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
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
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
Wagner Santos
90ed56db73
Merge pull request #55 from wagoid/chore/upgrade-dependencies
...
chore: upgrade dependencies
2020-09-14 08:57:56 -03:00
dependabot[bot]
aa9a6f1e76
chore(deps): bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:56:47 -03:00
dependabot[bot]
e49292f441
chore(deps): bump node-fetch from 2.6.0 to 2.6.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:56:47 -03:00
Wagner Santos
a70da87c5c
ci: fix changelog not being populated during release
...
Fixes #54
2020-09-14 08:56:46 -03:00
Wagner Santos
e58160759f
docs: update CHANGELOG.md with updates that didn't appear due to CI issue
2020-09-14 08:56:46 -03:00
Wagner Santos
f162ac07f9
feat: upgrade dependencies to their latest version
2020-09-14 08:56:46 -03:00
dependabot[bot]
d11c8a5607
chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent )
from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:52:28 -03:00
dependabot[bot]
6462070d7e
chore(deps): bump lodash from 4.17.14 to 4.17.20
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.20 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 08:46:12 -03:00
GitHub Action
b1064fae40
chore(release): publish 2.0.5 [skip-ci]
2020-09-14 11:40:13 +00:00