Conicaw
|
6c73d9ddb6
|
ci(build-test): don't escape json for changed-files action
Pass escape_json: false to have changed-files not escape the json
it returns since we directly use it as arguments without any parsing.
|
2023-08-09 18:15:10 -05:00 |
dependabot[bot]
|
cfff93f2d6
|
chore(deps): bump tj-actions/changed-files from 35 to 37
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 37.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v35...v37)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-26 07:57:14 +00:00 |
Jesper Noordsij
|
6f1e8ad293
|
Adjust typo in PR template
Also slightly reword for better readability
|
2023-05-24 18:22:14 +02:00 |
Nick Schonning
|
f8184eb1f2
|
Merge pull request #1872 from nodejs/dependabot/github_actions/peter-evans/create-pull-request-5
chore(deps): bump peter-evans/create-pull-request from 4 to 5
|
2023-04-05 16:28:29 -04:00 |
dependabot[bot]
|
57d9a8d34b
|
chore(deps): bump peter-evans/create-or-update-comment from 2 to 3
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3)
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-05 07:56:51 +00:00 |
dependabot[bot]
|
9f4db301c4
|
chore(deps): bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-05 07:56:49 +00:00 |
odan
|
d35337401f
|
chore: fix id of tj-actions/changed-files
|
2023-03-25 01:34:51 +09:00 |
odan
|
be47decfc9
|
chore: replace lots0logs/gh-action-get-changed-files to tj-actions/changed-files
|
2023-03-23 02:37:08 +09:00 |
Nick Schonning
|
75078c0397
|
ci: Remove At sign from team mention config
|
2023-02-17 17:26:46 -05:00 |
dependabot[bot]
|
e56a0dfbdd
|
chore(deps): bump crazy-max/ghaction-dump-context from 1 to 2
Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 1 to 2.
- [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases)
- [Changelog](https://github.com/crazy-max/ghaction-dump-context/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v1...v2)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-dump-context
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-13 07:57:03 +00:00 |
dependabot[bot]
|
9c84e644a0
|
chore(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-31 07:00:46 +00:00 |
Peter Dave Hello
|
ec07638376
|
Fix GitHub Action for markdown-link-check trigger
cc #1742
|
2022-06-21 23:05:01 +08:00 |
Peter Dave Hello
|
583afee49c
|
Add markdown-link-check GitHub Docs workaround, cc #1739
Reference:
- https://github.com/tcort/markdown-link-check/issues/201
|
2022-06-21 14:05:16 +08:00 |
dependabot[bot]
|
b37d59425b
|
chore(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-06 07:04:57 +00:00 |
naveensrinivasan
|
92477b4608
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
|
2022-04-23 21:23:42 -05:00 |
Simen Bekkhus
|
7b418d1bc4
|
fix: get correct commit message and PR title for auto PRs
|
2022-04-07 14:51:30 +02:00 |
Nick Schonning
|
60b12fd776
|
Merge pull request #1664 from nodejs/SimenB-patch-1
chore: use PAT for automated pull request
|
2022-04-05 09:53:30 -04:00 |
dependabot[bot]
|
4f66bee1fe
|
chore(deps): bump peter-evans/create-pull-request from 3 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-23 07:06:28 +00:00 |
dependabot[bot]
|
190bf6af64
|
chore(deps): bump peter-evans/create-or-update-comment from 1 to 2
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 2.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1...v2)
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 07:02:56 +00:00 |
Simen Bekkhus
|
4f00bf2179
|
chore: update formatting of commit message as well
|
2022-03-21 11:18:13 +01:00 |
Simen Bekkhus
|
0d7653f3b7
|
fix: avoid function calls in GH action script
|
2022-03-21 09:56:31 +01:00 |
Simen Bekkhus
|
17e49dae98
|
chore: use repo token to open PR
|
2022-03-21 08:45:12 +01:00 |
Simen Bekkhus
|
a55cbf20c4
|
Merge pull request #1665 from SimenB/no-manual-output
|
2022-03-21 07:40:07 +00:00 |
Simen Bekkhus
|
8eef34c04f
|
Apply suggestions from code review
Co-authored-by: Nick Schonning <nschonni@gmail.com>
|
2022-03-21 08:39:53 +01:00 |
Simen Bekkhus
|
bb096cca66
|
chore: remove auto-pr approval
|
2022-03-11 07:43:23 +01:00 |
Simen Bekkhus
|
64779cd47c
|
chore: use default output from action rather than manual output
|
2022-03-11 07:35:38 +01:00 |
Pedro Silva
|
62262f41d4
|
Automating docker-node part of the official Node Docker images release process (#1646)
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Pedro Henrique <pedro.silva@wisenet.inf.br>
|
2022-03-10 22:18:08 +01:00 |
dependabot[bot]
|
0efe196a89
|
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-02 07:24:29 +00:00 |
Simen Bekkhus
|
fb84cc6214
|
chore: run all GH actions using Node LTS, not v12
|
2022-02-27 20:40:45 +01:00 |
dependabot[bot]
|
e1038c648f
|
chore(deps): bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-27 19:34:13 +00:00 |
dependabot[bot]
|
65ce9f8f4a
|
chore(deps): bump actions/github-script from 5 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 07:03:14 +00:00 |
Nick Schonning
|
cb93068bf7
|
Merge pull request #1567 from nodejs/dependabot/github_actions/actions/github-script-5
chore(deps): bump actions/github-script from 4.1 to 5
|
2022-01-08 15:18:32 -05:00 |
Nick Schonning
|
2fb063031e
|
ci: unpin setup-node to v2
|
2021-12-29 10:15:34 -05:00 |
dependabot[bot]
|
3bc55c2f43
|
chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-29 07:03:44 +00:00 |
dependabot[bot]
|
edfc12cfac
|
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-30 07:04:12 +00:00 |
Mason Malone
|
f89451f17b
|
Add regression test
|
2021-10-19 18:41:13 -07:00 |
Nick Schonning
|
73f32c4757
|
Update .github/workflows/missing-checksum.yml
Co-authored-by: Mason Malone <mason.malone@gmail.com>
|
2021-10-16 15:40:31 -04:00 |
Nick Schonning
|
611f4b5372
|
chore: Add check for missing Alpine CHECKSUM
|
2021-10-16 15:16:45 -04:00 |
dependabot[bot]
|
5dde251000
|
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-28 07:04:27 +00:00 |
dependabot[bot]
|
f5e8240462
|
chore(deps): bump actions/github-script from 4.1 to 5
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4.1...v5)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 07:03:30 +00:00 |
dependabot[bot]
|
8479accc03
|
chore(deps): bump actions/github-script from 4.0.2 to 4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-20 07:03:08 +00:00 |
dependabot[bot]
|
960b9a3250
|
chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-06 07:03:07 +00:00 |
dependabot[bot]
|
75fd827fec
|
chore(deps): bump actions/setup-node from 2.3.0 to 2.3.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.3.2)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-04 17:08:07 +00:00 |
dependabot[bot]
|
ad0e7cec04
|
chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-21 07:02:52 +00:00 |
dependabot[bot]
|
3eb5ad46de
|
chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-01 07:04:00 +00:00 |
Nick Schonning
|
0da5cb265c
|
chore: Trigger official images on version.json
|
2021-04-30 18:35:18 -04:00 |
Nick Schonning
|
3700bf53fd
|
chore: Update official images workflow
|
2021-04-26 09:18:19 -04:00 |
Nick Schonning
|
ba4814d889
|
Merge pull request #1470 from nschonni/js-stackbrew
chore: Convert to JS stackbrew and update 16 defaults
|
2021-04-26 09:00:16 -04:00 |
dependabot[bot]
|
464476a1e7
|
chore(deps): bump actions/github-script from v4.0.1 to v4.0.2
Bumps [actions/github-script](https://github.com/actions/github-script) from v4.0.1 to v4.0.2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4.0.1...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-26 07:13:57 +00:00 |
Nick Schonning
|
106a81baa0
|
chore: Migrate to JS based stackbrew
|
2021-04-24 16:46:21 -04:00 |