dependabot[bot]
591d3d30aa
chore(deps-dev): bump lint-staged from 10.5.1 to 10.5.4
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.5.1 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.1...v10.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 10:32:31 -03:00
Wagner Santos
9039574add
Merge pull request #83 from wagoid/dependabot/npm_and_yarn/husky-5.0.9
...
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
2021-02-17 10:28:27 -03:00
Wagner Santos
5c1db3aec1
Merge pull request #82 from wagoid/dependabot/npm_and_yarn/prettier-2.2.1
...
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
2021-02-17 10:27:42 -03:00
Wagner Santos
4797b1f41b
Merge pull request #78 from wagoid/dependabot/github_actions/actions/setup-node-v2.1.4
...
chore(deps): bump actions/setup-node from v1 to v2.1.4
2021-02-17 10:26:30 -03:00
Wagner Santos
62fffeaccf
Merge pull request #77 from wagoid/dependabot/github_actions/actions/cache-v2.1.4
...
chore(deps): bump actions/cache from v2 to v2.1.4
2021-02-17 10:25:21 -03:00
dependabot[bot]
d3e4621a07
chore(deps-dev): bump husky from 3.1.0 to 5.0.9
...
Bumps [husky](https://github.com/typicode/husky ) from 3.1.0 to 5.0.9.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v3.1.0...v5.0.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:22:57 +00:00
GitHub Action
f0f333025c
chore(release): publish 2.2.3 [skip-ci]
2021-02-15 09:21:17 +00:00
dependabot[bot]
b36ff6e7ea
chore(deps): bump actions/setup-node from v1 to v2.1.4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:20:39 +00:00
dependabot[bot]
3317cfd7fc
chore(deps): bump actions/cache from v2 to v2.1.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 09:20:35 +00:00
Wagner Santos
b0c301bff4
Merge pull request #94 from wagoid/style/improve-commitlint-rules
...
style: ignore body-max-line-length rule for deps commits
2021-02-15 06:19:57 -03:00
Wagner Santos
6f63f52e0f
ci: cache deps when running commitlint
2021-02-12 16:53:56 -03:00
Wagner Santos
0a48910d24
docs: update instructions to use current Node.js LTS
2021-02-12 16:42:05 -03:00
Wagner Santos
cd7f07d5ef
style: ignore body-max-line-length rule for deps commits
2021-02-12 16:42:03 -03:00
Wagner Santos
26b07cb569
ci: remove redundant commitlint-with-yml-file workflow
...
We have tests for custom yml config file, so this is not needed.
2021-02-12 15:49:45 -03:00
dependabot[bot]
8c8c7f1c74
chore(deps-dev): bump prettier from 1.19.1 to 2.2.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.19.1 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 14:53:29 +00:00
GitHub Action
9befae6e79
chore(release): publish 2.2.2 [skip-ci]
2021-02-10 14:52:10 +00:00
Wagner Santos
7a79fecfef
Merge pull request #75 from Fdawgs/ci/dependabot
...
ci: add dependabot config
2021-02-10 11:50:39 -03:00
GitHub Action
3d26359e33
chore(release): publish 2.2.1 [skip-ci]
2021-02-10 14:47:56 +00:00
Wagner Santos
33ad0666e3
Merge pull request #76 from Fdawgs/build/deps
...
build(deps): remove uuid
2021-02-10 11:46:25 -03:00
Frazer Smith
7c72676b5b
build(deps): remove uuid
...
Not used
2021-02-10 14:28:48 +00:00
Frazer Smith
d81123cbbd
ci: add dependabot config
2021-02-10 14:06:35 +00:00
GitHub Action
a3d54772d1
chore(release): publish 2.2.0 [skip-ci]
2021-02-07 10:27:39 +00:00
Wagner Santos
51f76f12f9
Merge pull request #74 from wagoid/feat/add-command-execution-again
...
feat: add command execution again
2021-02-07 07:26:00 -03:00
Wagner Santos
a34ac47c34
feat: add outputs generation again
...
As mentioned on https://github.com/actions/toolkit/issues/702#issuecomment-774269650 ,
we are safe to execute commands on our side.
This reverts commit 58072cd806 , reversing
changes made to 1788ebdc06 .
2021-02-07 07:17:51 -03:00
GitHub Action
771ad9d88a
chore(release): publish 2.1.7 [skip-ci]
2021-01-28 22:48:27 +00:00
Wagner Santos
58072cd806
Merge pull request #71 from wagoid/fix/remove-outputs-generation
...
fix: remove command executions
2021-01-28 19:47:00 -03:00
Wagner Santos
b674cd3ec4
fix: remove output generation
...
After the CVE-2020-15228 vulnerability,
we can't issue commands with sensitive data on this action anymore.
Due to that, the JSON output that this action generated was removed.
2021-01-28 19:37:14 -03:00
Wagner Santos
1128358de3
fix: stop trying to issue commands on failures
...
Commands are disabled, so we should not use `core.setFailed` on errors anymore.
Closes #70
2021-01-28 19:34:06 -03:00
Wagner Santos
15aa3a746a
ci: fix Dockerfile replacement logic on workflow
2021-01-28 19:10:17 -03:00
GitHub Action
1788ebdc06
chore(release): publish 2.1.6 [skip-ci]
2020-12-16 22:44:52 +00:00
Wagner Santos
06f4c0810e
Merge pull request #68 from wagoid/chore/upgrade-actions/core
...
chore(deps): bump @actions/core from 1.2.5 to 1.2.6
2020-12-16 19:43:39 -03:00
Wagner Santos
e352a55405
chore(deps): bump @actions/core from 1.2.5 to 1.2.6
...
Dependabot PR: https://github.com/wagoid/commitlint-github-action/pull/56
2020-12-16 19:42:09 -03:00
GitHub Action
03419eb622
chore(release): publish 2.1.5 [skip-ci]
2020-12-16 22:16:59 +00:00
Wagner Santos
579583f01c
Merge pull request #67 from wagoid/dependabot/npm_and_yarn/ini-1.3.8
...
chore(deps): bump ini from 1.3.5 to 1.3.8
2020-12-16 19:15:18 -03:00
dependabot[bot]
61ccf8447c
chore(deps): bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 22:02:00 +00:00
GitHub Action
a66e75ff01
chore(release): publish 2.1.4 [skip-ci]
2020-12-03 13:38:17 +00:00
Wagner Santos
9de243081d
Merge pull request #64 from jdbruijn/test/commit
...
test: run tests before committing, in addition to `pretty-quick`
2020-12-03 10:36:58 -03:00
Jeroen de Bruijn
7e1866e588
test: run tests before committing, in addition to pretty-quick
...
`pretty-quick` is not needed any more as lint-staged can run prettier with just the staged files,
thus getting the same behaviour.
Closes #60 .
2020-12-03 14:32:31 +01:00
GitHub Action
495efc5011
chore(release): publish 2.1.3 [skip-ci]
2020-11-29 09:59:12 +00:00
Wagner Santos
20c2a6f143
Merge pull request #63 from jdbruijn/chore/commit-check
...
chore: check commit messages with commitlint during commit
2020-11-29 06:57:44 -03:00
Jeroen de Bruijn
faf96bdaa9
chore: check commit messages with commitlint during commit
...
Closes #60 .
2020-11-21 14:16:12 +01:00
GitHub Action
d6a383492a
chore(release): publish 2.1.2 [skip-ci]
2020-11-21 09:36:25 +00:00
Wagner Santos
4de4b89ad9
Merge pull request #62 from wagoid/ci/replace-set-env-with-new-method
...
ci: replace set-env calls with $GITHUB_ENV file
2020-11-21 06:35:17 -03:00
Wagner Santos
072351755b
ci: replace set-env calls with $GITHUB_ENV file
...
Due to security reasons, ::set-env command doesn't work anymore. The new method of
updating env vars dynamically is through the $GITHUB_ENV file.
2020-11-21 06:32:32 -03:00
Wagner Santos
e14514cdf8
Merge pull request #59 from jdbruijn/docs/set-env
...
docs: use `env` to replace deprecated `set-env` in example
2020-11-20 18:07:04 -03:00
Jeroen de Bruijn
c2f10d94ca
docs: use env to replace deprecated set-env in example
...
`set-env` is deprecated and disabled as of November 16th, 2020 as mentioned on the GitHub blog.
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-17 07:39:47 +01:00
GitHub Action
87922b3ea6
chore(release): publish 2.1.1 [skip-ci]
2020-11-11 17:31:11 +00:00
Wagner Santos
7ca5f3fc26
Merge pull request #58 from ylemkimon/workflow-command
...
fix: do not run workflow commands in commit messages
2020-11-11 14:29:42 -03:00
ylemkimon
d67c2ec96c
fix: do not run workflow commands in commit messages
2020-11-11 17:04:48 +00:00
GitHub Action
357a378538
chore(release): publish 2.1.0 [skip-ci]
2020-09-14 11:59:25 +00:00