Bump the github-actions group across 1 directory with 8 updates - #1113
Bump the github-actions group across 1 directory with 8 updates#1113dependabot[bot] wants to merge 1 commit into
Conversation
1c46f62 to
477267d
Compare
3707adf to
6ce114d
Compare
b606099 to
c6bf2a7
Compare
c6bf2a7 to
b8ba12a
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:2
- The workflows rely on pinned SHAs (good), but the trailing
# vX.Y.Zcomments are the only human-friendly audit trail. Please verify the comment versions actually correspond to the pinned commits/tags (and are from the expected upstream repositories), otherwise future audits/debugging may be misleading. If mismatched, update the comments (or consider linking to the release/tag URL in the comment).
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
|
||
| - name: Set up Ruby | ||
| uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 | ||
| uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 |
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 | ||
| uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 |
b8ba12a to
731aea3
Compare
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
|
|
||
| - name: Set up Ruby | ||
| uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 | ||
| uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 |
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 | ||
| uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 |
| - name: Cache Playwright browsers | ||
| id: playwright-cache | ||
| uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 | ||
| uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
731aea3 to
91626bb
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Suppressed comments (9)
.github/workflows/home.yml:28
- Because these actions are pinned by SHA, the trailing
# v…comments are often relied on by tooling (e.g., Dependabot’s version detection for pinned-action updates) and by humans during audits. Please verify that each# vX.Y.Zcomment matches the actual upstream tag that contains the pinned SHA; if not, update the comment to the correct tag/version (or to the intended major tag like# v4) to avoid misleading dependency tracking.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/home.yml:33
- Because these actions are pinned by SHA, the trailing
# v…comments are often relied on by tooling (e.g., Dependabot’s version detection for pinned-action updates) and by humans during audits. Please verify that each# vX.Y.Zcomment matches the actual upstream tag that contains the pinned SHA; if not, update the comment to the correct tag/version (or to the intended major tag like# v4) to avoid misleading dependency tracking.
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
.github/workflows/home.yml:48
- Because these actions are pinned by SHA, the trailing
# v…comments are often relied on by tooling (e.g., Dependabot’s version detection for pinned-action updates) and by humans during audits. Please verify that each# vX.Y.Zcomment matches the actual upstream tag that contains the pinned SHA; if not, update the comment to the correct tag/version (or to the intended major tag like# v4) to avoid misleading dependency tracking.
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
.github/workflows/ci.yml:18
- Same concern as in
home.yml: with SHAs, the# v…annotations need to match the actual tags that include those commits, otherwise dependency update tooling and reviews can be misled. Additionally,actions/cacheis being bumped across major versions per the comment (v4.x→v6.x); please confirm the pinned SHA corresponds to the intended release line and that any breaking input/output changes are accounted for, and adjust the# v…annotation accordingly.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:23
- Same concern as in
home.yml: with SHAs, the# v…annotations need to match the actual tags that include those commits, otherwise dependency update tooling and reviews can be misled. Additionally,actions/cacheis being bumped across major versions per the comment (v4.x→v6.x); please confirm the pinned SHA corresponds to the intended release line and that any breaking input/output changes are accounted for, and adjust the# v…annotation accordingly.
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
.github/workflows/ci.yml:29
- Same concern as in
home.yml: with SHAs, the# v…annotations need to match the actual tags that include those commits, otherwise dependency update tooling and reviews can be misled. Additionally,actions/cacheis being bumped across major versions per the comment (v4.x→v6.x); please confirm the pinned SHA corresponds to the intended release line and that any breaking input/output changes are accounted for, and adjust the# v…annotation accordingly.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/ci.yml:176
- Same concern as in
home.yml: with SHAs, the# v…annotations need to match the actual tags that include those commits, otherwise dependency update tooling and reviews can be misled. Additionally,actions/cacheis being bumped across major versions per the comment (v4.x→v6.x); please confirm the pinned SHA corresponds to the intended release line and that any breaking input/output changes are accounted for, and adjust the# v…annotation accordingly.
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
.github/workflows/benchmarks.yml:24
- Please validate that the
# v…comments align with the actual upstream tags for these pinned SHAs. Keeping these annotations accurate improves auditability and helps automation correctly detect available updates for pinned GitHub Actions.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/benchmarks.yml:65
- Please validate that the
# v…comments align with the actual upstream tags for these pinned SHAs. Keeping these annotations accurate improves auditability and helps automation correctly detect available updates for pinned GitHub Actions.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `7.0.0` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.299.0` | `1.321.0` | | [rhysd/actionlint](https://github.com/rhysd/actionlint) | `1.7.11` | `1.7.12` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.2` | `0.6.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `6.1.0` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | Updates `actions/checkout` from 6.0.2 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...3d3c42e) Updates `actions/setup-node` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...8207627) Updates `ruby/setup-ruby` from 1.299.0 to 1.321.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@3ff19f5...95ef2b0) Updates `rhysd/actionlint` from 1.7.11 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](rhysd/actionlint@393031a...914e7df) Updates `zizmorcore/zizmor-action` from 0.5.2 to 0.6.2 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@71321a2...3dc1ecc) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `actions/cache` from 4.3.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...55cc834) Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-version: 1.310.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
91626bb to
3c131fa
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Suppressed comments (12)
.github/workflows/ci.yml:18
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:23
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
.github/workflows/ci.yml:29
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/ci.yml:50
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:69
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:74
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/ci.yml:108
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:113
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
.github/workflows/ci.yml:120
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/ci.yml:157
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/ci.yml:162
- The same action SHAs are repeated many times within this workflow (and across other workflows). This makes future bumps error-prone and time-consuming. Consider factoring these jobs into a reusable workflow (or a composite action) so action version updates happen in one place.
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/ci.yml:176
- This is a major-version jump for
actions/cache(v4 → v6). Major upgrades can include behavior changes that affect cache restore/save semantics and, in turn, CI reliability/time. To reduce operational risk, add a brief note (in-file comment or PR description) referencing the upstream release notes/why this major bump is safe for your usage (paths/keys), so future debugging has clear provenance.
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
Bumps the github-actions group with 8 updates in the / directory:
6.0.27.0.16.3.07.0.01.299.01.321.01.7.111.7.120.5.20.6.27.0.07.0.14.3.06.1.04.0.05.0.0Updates
actions/checkoutfrom 6.0.2 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-nodefrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-node's releases.
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
ruby/setup-rubyfrom 1.299.0 to 1.321.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
95ef2b0Add jruby-10.1.1.0a30dfa4Update CRuby releases on Windows003a5c4Add ruby-3.3.128e41b36Update CRuby releases on Windows6e5d382Add ruby-4.0.6d45b1a4Update CRuby releases on Windows0dafeacAdd ruby-3.4.10bf35c27Bump actions/checkout from 6 to 79eb537cAdd support for ubuntu-26.04 and ubuntu-26.04-arme1a3b10Improve versions-strings-for-builder.rbUpdates
rhysd/actionlintfrom 1.7.11 to 1.7.12Release notes
Sourced from rhysd/actionlint's releases.
Changelog
Sourced from rhysd/actionlint's changelog.
... (truncated)
Commits
914e7dfbump up version to v1.7.12f1fe8a1update popular actions data set to the latest0ef3e18add support for https://github.blog/changelog/2026-03-19-github-actions-late-...d2f9e65update document to describe the timezone check inon.schedulec03b271Merge branch 'followup-issue641' (#641)c9efd91fix staticcheck checks files inside./playground/node_modules08e2336include timezone database in executable staticallyf48c0a4fix timezone check is incomplete6b811d3fix problem matcher test fails due to line ending in test data4897c1dMerge pull request #641 from martincostello/gh-638Updates
zizmorcore/zizmor-actionfrom 0.5.2 to 0.6.2Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
3dc1eccSync zizmor versions (#149)dc57e30chore(deps): bump the github-actions group with 3 updates (#147)d94880aREADME: bump pins (#146)6fc4b00Sync zizmor versions (#145)2596f29chore(deps): bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 in ...1159a04Bump pins (#140)6599ee8Addcollectinput (#139)bec05c8Sync zizmor versions (#137)cf59549Add issue templates (#135)f72bf17chore(deps): bump github/codeql-action/upload-sarif (#134)Updates
actions/upload-artifactfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)Updates
actions/cachefrom 4.3.0 to 6.1.0Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesUpdates
actions/upload-pages-artifactfrom 4.0.0 to 5.0.0Release notes
Sourced from actions/upload-pages-artifact's releases.
Commits
fc324d3Merge pull request #139 from Tom-van-Woudenberg/patch-1fe9d4b7Merge branch 'main' into patch-10ca1617Merge pull request #137 from jonchurch/include-hidden-files57f0e84Update action.yml4a90348v7 --> hash56f665aUpdate upload-artifact action to version 7f7615f5Addinclude-hidden-filesinput