main
Commits on Jun 24, 2022
-
Merge pull request #270 from actions/dependabot/npm_and_yarn/shell-qu…
…ote-1.7.3 Bump shell-quote from 1.7.2 to 1.7.3
Commits on Jun 23, 2022
-
Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](substack/node-shell-quote@v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Commits on Jun 22, 2022
Commits on Jun 17, 2022
-
Merge pull request #267 from actions/joshmgross/add-codeql
Create codeql-analysis.yml
Commits on Jun 15, 2022
Commits on May 12, 2022
-
Merge pull request #263 from smaeda-ks/update-actions-core
Update `@actions/core` to 1.8.1
-
-
-
Commits on Mar 31, 2022
-
Merge pull request #254 from dlech/patch-1
README: use pull_request_target in example
Commits on Mar 30, 2022
-
README: use pull_request_target in example
Pull requests from forks do not have write permission, so we need to use `pull_request_target` instead of `pull_request` to enable write permission. Fixes #42.
-
Merge pull request #251 from actions/dependabot/npm_and_yarn/minimist…
…-1.2.6 Bump minimist from 1.2.5 to 1.2.6
Commits on Mar 29, 2022
-
Merge pull request #252 from josh-/add-formatting-example-readme
Update README with Markdown text formatting example
Commits on Mar 27, 2022
Commits on Mar 26, 2022
-
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](substack/minimist@1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Commits on Feb 11, 2022
-
Merge pull request #240 from actions/joshmgross/document-esm
Add an example using ESM `import`
-
Merge pull request #239 from actions/joshmgross/v6
Release version 6.0.0
-
Merge pull request #238 from actions/joshmgross/update-actions-core
Update `@actions/core` to 1.6.0
-
Merge pull request #237 from actions/joshmgross/audit-fix
Update `node-fetch`
Commits on Feb 9, 2022
Commits on Feb 7, 2022
-
Update default runtime to node16
Node 12 has an end of life on April 30, 2022. This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/), rather then node12. This is supported on all Actions Runners v2.285.0 or later.
Commits on Jan 7, 2022
-
Merge pull request #228 from actions/joshmgross/license-updates
Update licenses and use `jonabc/setup-licensed` in workflow