Skip to content

chore(deps): bump the actions group across 1 directory with 25 updates#142

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-8dbace4eb7
Open

chore(deps): bump the actions group across 1 directory with 25 updates#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-8dbace4eb7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 25 updates in the / directory:

Package From To
actions/checkout 4 7
actions/setup-node 4 7
actions/setup-python 4 7
actions/setup-go 4 7
actions/upload-artifact 4 7
actions/github-script 6 9
actions/cache 4 6
docker/setup-buildx-action 3 4
azure/setup-helm 3 5
dorny/paths-filter 3 4
github/codeql-action 3 4
peaceiris/actions-gh-pages 3 4
actions/dependency-review-action 4 5
actions/configure-pages 4 6
actions/upload-pages-artifact 3 5
actions/deploy-pages 4 5
aws-actions/configure-aws-credentials 4 6
actions/download-artifact 4 8
docker/setup-qemu-action 3 4
docker/login-action 3 4
docker/metadata-action 5 6
docker/build-push-action 5 7
hashicorp/setup-terraform 3 4
peter-evans/create-pull-request 5 8
ossf/scorecard-action 2.4.2 2.4.3

Updates actions/checkout from 4 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-node from 4 to 7

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates actions/setup-python from 4 to 7

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Updates actions/setup-go from 4 to 7

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

What's Changed

Dependency update

New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

... (truncated)

Commits

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates actions/github-script from 6 to 9

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v8.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7.1.0

What's Changed

... (truncated)

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates actions/cache from 4 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 23, 2026
@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Tue Jun 23 00:43:27 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@dependabot dependabot Bot changed the title chore(deps): bump the actions group with 25 updates chore(deps): bump the actions group across 1 directory with 25 updates Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from dcc62e6 to 6b31d4d Compare July 2, 2026 12:28
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Thu Jul 2 13:12:13 UTC 2026

Test Results

❌ Compatibility tests failed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4532

Language Distribution:

  • go: 359
  • javascript: 3278
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1269
  • Apache-2.0: 46
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 6b31d4d to f3a8552 Compare July 2, 2026 21:55
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Thu Jul 2 22:07:00 UTC 2026

Test Results

❌ Compatibility tests failed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4532

Language Distribution:

  • go: 359
  • javascript: 3278
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1269
  • Apache-2.0: 46
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from f3a8552 to 395f152 Compare July 3, 2026 05:20
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4534

Language Distribution:

  • go: 359
  • javascript: 3278
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1269
  • Apache-2.0: 46
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Fri Jul 3 05:29:02 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 395f152 to 4cdb310 Compare July 15, 2026 10:09
@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4534

Language Distribution:

  • go: 359
  • javascript: 3278
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1269
  • Apache-2.0: 46
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Wed Jul 15 10:19:04 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Sat Jul 18 13:57:33 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4527

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 339e957 to 62be48a Compare July 18, 2026 14:11
@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4527

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Sat Jul 18 14:23:50 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 62be48a to 214583d Compare July 18, 2026 14:39
@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4527

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Sat Jul 18 14:47:33 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 214583d to 71336c7 Compare July 18, 2026 21:28
@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Sat Jul 18 21:34:41 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4529

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@fraware

fraware commented Jul 18, 2026

Copy link
Copy Markdown
Member

Deferred to a dedicated deps wave.

This bump is non-trivial (major/minor jump, lockfile churn, and/or grouped updates). Please leave open until a coordinated tip rebase has green CI; do not land opportunistically.

Bumps the actions group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `7` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `7` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `7` |
| [actions/setup-go](https://github.com/actions/setup-go) | `4` | `7` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` |
| [actions/github-script](https://github.com/actions/github-script) | `6` | `9` |
| [actions/cache](https://github.com/actions/cache) | `4` | `6` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |
| [azure/setup-helm](https://github.com/azure/setup-helm) | `3` | `5` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` |
| [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) | `3` | `4` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4` | `5` |
| [actions/configure-pages](https://github.com/actions/configure-pages) | `4` | `6` |
| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `5` |
| [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `6` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `7` |
| [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) | `3` | `4` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5` | `8` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.2` | `2.4.3` |



Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

Updates `actions/setup-node` from 4 to 7
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v7)

Updates `actions/setup-python` from 4 to 7
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v7)

Updates `actions/setup-go` from 4 to 7
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v7)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `actions/github-script` from 6 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v9)

Updates `actions/cache` from 4 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v6)

Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

Updates `azure/setup-helm` from 3 to 5
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v3...v5)

Updates `dorny/paths-filter` from 3 to 4
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v3...v4)

Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

Updates `peaceiris/actions-gh-pages` from 3 to 4
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

Updates `actions/dependency-review-action` from 4 to 5
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v4...v5)

Updates `actions/configure-pages` from 4 to 6
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v6)

Updates `actions/upload-pages-artifact` from 3 to 5
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v5)

Updates `actions/deploy-pages` from 4 to 5
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v4...v5)

Updates `aws-actions/configure-aws-credentials` from 4 to 6
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v4...v6)

Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3...v4)

Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

Updates `docker/build-push-action` from 5 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v7)

Updates `hashicorp/setup-terraform` from 3 to 4
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v3...v4)

Updates `peter-evans/create-pull-request` from 5 to 8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v5...v8)

Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/configure-pages
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/dependency-review-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: azure/setup-helm
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: dorny/paths-filter
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: hashicorp/setup-terraform
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: peaceiris/actions-gh-pages
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the actions group across 1 directory with 25 updates chore(deps): bump the actions group across 1 directory with 25 updates Jul 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-8dbace4eb7 branch from 71336c7 to 8d3b5e0 Compare July 21, 2026 00:39
@github-actions

Copy link
Copy Markdown

CERT-V1 validation failed. Check workflow logs and ensure JSON files conform to the schema at external/CERT-V1/schema/cert-v1.schema.json.

@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

Protobuf Compatibility Report

Generated: Tue Jul 21 00:54:18 UTC 2026

Test Results

✅ Compatibility tests passed
✅ Linting passed
✅ Security scan passed
✅ Performance tests passed

API Statistics

Protobuf Files

  • egress.proto: 947 lines, 41 messages, 1 services, 11 enums
  • kernel.proto: 582 lines, 28 messages, 1 services, 3 enums
  • plan.proto: 390 lines, 18 messages, 0
    0 services, 4 enums
  • receipt.proto: 672 lines, 31 messages, 1 services, 8 enums
  • safety_case.proto: 1034 lines, 35 messages, 1 services, 21 enums

Compatibility Matrix

Language Status Generated Tests
Go
TypeScript
Rust

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4529

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant