Skip to content

ci(deps): bump the github-actions group across 1 directory with 20 updates#82

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/github-actions-0289685ad2
Closed

ci(deps): bump the github-actions group across 1 directory with 20 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/github-actions-0289685ad2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 20 updates in the /.github/workflows directory:

Package From To
step-security/harden-runner 2.13.3 2.17.0
actions/checkout 4.2.2 6.0.2
step-security/mise-action 3.4.1 3.6.2
step-security/rust-cache 2.8.2 2.8.3
benchmark-action/github-action-benchmark 1.20.7 1.22.0
step-security/action-gh-release 2.5.0 2.6.1
step-security/setup-buildx-action 3.11.1 4.0.0
step-security/docker-login-action 3.6.0 3.7.0
docker/metadata-action 5.7.0 6.0.0
actions/upload-artifact 4.6.2 7.0.1
actions/download-artifact 4.3.0 8.0.1
anchore/sbom-action 0.20.0 0.24.0
step-security/paths-filter 3.0.5 4.0.1
taiki-e/install-action 2.67.18 2.75.9
actions/cache 4.2.2 5.0.4
step-security/publish-unit-test-result-action 2.21.1 2.22.0
codecov/codecov-action 5.5.2 6.0.0
github/codeql-action 3.28.18 4.35.1
aquasecurity/trivy-action 0.31.0 0.35.0
actions/dependency-review-action 4.8.2 4.9.0

Updates step-security/harden-runner from 2.13.3 to 2.17.0

Release notes

Sourced from step-security/harden-runner's releases.

v2.17.0

What's Changed

Policy Store Support

Added use-policy-store and api-key inputs to fetch security policies directly from the StepSecurity Policy Store. Policies can be defined and attached at the workflow, repo, org, or cluster (ARC) level, with the most granular policy taking precedence. This is the preferred method over the existing policy input which requires id-token: write permission. If no policy is found in the store, the action defaults to audit mode.

Full Changelog: step-security/harden-runner@v2.16.1...v2.17.0

v2.16.1

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list Community tier: Migrated Harden Runner telemetry to a new endpoint

Full Changelog: step-security/harden-runner@v2.16.0...v2.16.1

v2.16.0

What's Changed

  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

Full Changelog: step-security/harden-runner@v2.15.1...v2.16.0

v2.15.1

What's Changed

Full Changelog: step-security/harden-runner@v2.15.0...v2.15.1

v2.15.0

What's Changed

Windows and macOS runner support

We are excited to announce that Harden Runner now supports Windows and macOS runners, extending runtime security beyond Linux for the first time.

Insights for Windows and macOS runners will be displayed in the same consistent format you are already familiar with from Linux runners, giving you a unified view of runtime activity across all platforms.

Full Changelog: step-security/harden-runner@v2.14.2...v2.15.0

v2.14.2

What's Changed

Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See GHSA-cpmj-h4f6-r6pq for details.

Full Changelog: step-security/harden-runner@v2.14.1...v2.14.2

v2.14.1

What's Changed

... (truncated)

Commits

Updates actions/checkout from 4.2.2 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

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

v6.0.1

What's Changed

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

v6.0.0

What's Changed

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

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates step-security/mise-action from 3.4.1 to 3.6.2

Release notes

Sourced from step-security/mise-action's releases.

v3.6.2

What's Changed

Full Changelog: step-security/mise-action@v3...v3.6.2

v3.6.1

What's Changed

Full Changelog: step-security/mise-action@v3...v3.6.1

v3.5.1

What's Changed

Full Changelog: step-security/mise-action@v3...v3.5.1

Commits
  • 0cfc136 Merge pull request #204 from step-security/auto-cherry-pick
  • 62b63f2 chore: Cherry-picked changes from upstream
  • 1a59a11 fix: apply code build script
  • e58f376 fix: apply code build script
  • f6a2bf3 fix: pass cwd to all exec calls in exportMiseEnv() (#390)
  • d0f9396 Merge pull request #203 from step-security/auto-cherry-pick
  • 4a36d24 chore: Cherry-picked changes from upstream
  • 5cb2ebe fix: apply code build script
  • 9c64721 fix: apply code build script
  • 17bdf40 fix: move file_hash to end of cache key template to prevent prefix matching (...
  • Additional commits viewable in compare view

Updates step-security/rust-cache from 2.8.2 to 2.8.3

Release notes

Sourced from step-security/rust-cache's releases.

v2.8.3

What's Changed

Full Changelog: step-security/rust-cache@v2...v2.8.3

Commits
  • 9be15b8 Merge pull request #266 from step-security/npm-audit-fix
  • 1f979d8 fix: apply audit fixes
  • 9cc9384 fix: apply audit fixes
  • d5cbdd1 fix: apply audit fixes
  • df0b283 Merge pull request #264 from step-security/Raj-StepSecurity-patch-6
  • b1344b1 Update multi-job-cache.yml
  • b0c7652 Merge pull request #262 from step-security/auto-cherry-pick
  • 80a7a93 Merge branch 'main' into auto-cherry-pick
  • 585fbbe Merge pull request #263 from step-security/npm-audit-fix
  • 0d5ac1d fix: apply audit fixes
  • Additional commits viewable in compare view

Updates benchmark-action/github-action-benchmark from 1.20.7 to 1.22.0

Release notes

Sourced from benchmark-action/github-action-benchmark's releases.

v1.22.0

  • chore bump node to 24 (#339)

Full Changelog: benchmark-action/github-action-benchmark@v1.21.0...v1.22.0

v1.21.0

  • fix include package name for duplicate bench names (#330)
  • fix avoid duplicate package suffix in Go benchmarks (#337)

Full Changelog: benchmark-action/github-action-benchmark@v1.20.7...v1.21.0

Changelog

Sourced from benchmark-action/github-action-benchmark's changelog.

Unreleased

v1.22.0 - 31 Mar 2026

  • chore bump node to 24 (#339)

v1.21.0 - 02 Mar 2026

  • fix include package name for duplicate bench names (#330)
  • fix avoid duplicate package suffix in Go benchmarks (#337)

v1.20.7 - 06 Sep 2025

  • fix improve parsing for custom benchmarks (#323)

v1.20.5 - 02 Sep 2025

  • feat allow to parse generic cargo bench/criterion units (#280)
  • fix add summary even when failure threshold is surpassed (#285)
  • fix time units are not normalized (#318)

v1.20.4 - 23 Oct 2024

  • feat add typings and validation workflow (#257)

v1.20.3 - 19 May 2024

  • fix Catch2 v.3.5.0 changed output format (#247)

v1.20.2 - 19 May 2024

  • fix Support sub-nanosecond precision on Cargo benchmarks (#246)

v1.20.1 - 02 Apr 2024

  • fix release script

v1.20.0 - 02 Apr 2024

  • fix Rust benchmarks not comparing to baseline (#235)
  • feat Comment on PR and auto update comment (#223)

v1.19.3 - 02 Feb 2024

  • fix ratio is NaN when previous value is 0. Now, print 1 when both values are 0 and +-∞ when divisor is 0 (#222)
  • fix action hangs in some cases for go fiber benchmarks (#225)

v1.19.2 - 26 Jan 2024

  • fix markdown rendering for summary is broken (#218)

... (truncated)

Commits

Updates step-security/action-gh-release from 2.5.0 to 2.6.1

Release notes

Sourced from step-security/action-gh-release's releases.

v2.6.1

What's Changed

Full Changelog: step-security/action-gh-release@v2...v2.6.1

Commits
  • dc29ef0 Merge pull request #79 from step-security/feat/update-subscription-check
  • 2d33635 code formatted
  • 41654ba feat: added banner and update subscription check to make maintained actions f...
  • 22d0246 Merge pull request #78 from step-security/npm-audit-fix
  • 2863adf fix: apply audit fixes
  • 46527ac Merge pull request #77 from step-security/auto-cherry-pick
  • 6b538bc package version upgraded
  • 238aea5 fix: apply code build script
  • 2d13517 fix: preserve discussion category when publishing releases (#765)
  • eb2ecd2 fix: preserve discussion category when publishing releases (#765)
  • Additional commits viewable in compare view

Updates step-security/setup-buildx-action from 3.11.1 to 4.0.0

Release notes

Sourced from step-security/setup-buildx-action's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: step-security/setup-buildx-action@v3...v4.0.0

v3.12.0

What's Changed

New Contributors

Full Changelog: step-security/setup-buildx-action@v3...v3.12.0

Commits
  • f931205 Merge pull request #31 from step-security/fix/banner
  • 863ecf2 fix: added new subscription check code and banner
  • aa38f26 Merge pull request #30 from step-security/auto-cherry-pick
  • 5ede296 chore: updated dist
  • 5e7a8f6 chore: cherry-picked conflicting changes
  • c1d26c0 remove deprecated inputs/outputs
  • b7b9367 remove deprecated inputs/outputs
  • b5a0e7a remove deprecated inputs/outputs
  • 46f6f46 remove deprecated inputs/outputs
  • ab54f58 remove deprecated inputs/outputs
  • Additional commits viewable in compare view

Updates step-security/docker-login-action from 3.6.0 to 3.7.0

Release notes

Sourced from step-security/docker-login-action's releases.

v3.7.0

What's Changed

New Contributors

Full Changelog: step-security/docker-login-action@v3...v3.7.0

Commits
  • 6aa05fe Merge pull request #31 from step-security/fix/upstram-author
  • e3e053a fix: upstream author name corrected
  • 7e7dbc0 Merge pull request #30 from step-security/fix/vulnerabilities-manual
  • 80fa174 fix: upgraded deps to fix vulnerabilities
  • 4fda943 Merge pull request #28 from step-security/fix/validate-subscription-check
  • 1b734e7 failing tests fixed
  • c63e7d7 Merge branch 'main' into fix/validate-subscription-check
  • 3a00914 Merge pull request #29 from step-security/dependabot/npm_and_yarn/tar-7.5.11
  • 35556c9 node version upgraded
  • 62753db code linted
  • Additional commits viewable in compare view

Updates docker/metadata-action from 5.7.0 to 6.0.0

Release notes

Sourced from docker/metadata-action's releases.

v6.0.0

Full Changelog: docker/metadata-action@v5.10.0...v6.0.0

v5.10.0

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

Commits

…dates

Bumps the github-actions group with 20 updates in the /.github/workflows directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.13.3` | `2.17.0` |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` |
| [step-security/mise-action](https://github.com/step-security/mise-action) | `3.4.1` | `3.6.2` |
| [step-security/rust-cache](https://github.com/step-security/rust-cache) | `2.8.2` | `2.8.3` |
| [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) | `1.20.7` | `1.22.0` |
| [step-security/action-gh-release](https://github.com/step-security/action-gh-release) | `2.5.0` | `2.6.1` |
| [step-security/setup-buildx-action](https://github.com/step-security/setup-buildx-action) | `3.11.1` | `4.0.0` |
| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `3.6.0` | `3.7.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5.7.0` | `6.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.20.0` | `0.24.0` |
| [step-security/paths-filter](https://github.com/step-security/paths-filter) | `3.0.5` | `4.0.1` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.67.18` | `2.75.9` |
| [actions/cache](https://github.com/actions/cache) | `4.2.2` | `5.0.4` |
| [step-security/publish-unit-test-result-action](https://github.com/step-security/publish-unit-test-result-action) | `2.21.1` | `2.22.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.18` | `4.35.1` |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.31.0` | `0.35.0` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.2` | `4.9.0` |



Updates `step-security/harden-runner` from 2.13.3 to 2.17.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.13.3...f808768)

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

Updates `step-security/mise-action` from 3.4.1 to 3.6.2
- [Release notes](https://github.com/step-security/mise-action/releases)
- [Commits](step-security/mise-action@2fa1b2b...0cfc136)

Updates `step-security/rust-cache` from 2.8.2 to 2.8.3
- [Release notes](https://github.com/step-security/rust-cache/releases)
- [Commits](step-security/rust-cache@v2.8.2...9be15b8)

Updates `benchmark-action/github-action-benchmark` from 1.20.7 to 1.22.0
- [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases)
- [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md)
- [Commits](benchmark-action/github-action-benchmark@4bdcce3...a60cea5)

Updates `step-security/action-gh-release` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/step-security/action-gh-release/releases)
- [Commits](step-security/action-gh-release@d45511d...dc29ef0)

Updates `step-security/setup-buildx-action` from 3.11.1 to 4.0.0
- [Release notes](https://github.com/step-security/setup-buildx-action/releases)
- [Commits](step-security/setup-buildx-action@8c8aef2...f931205)

Updates `step-security/docker-login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/step-security/docker-login-action/releases)
- [Commits](step-security/docker-login-action@c3e677a...6aa05fe)

Updates `docker/metadata-action` from 5.7.0 to 6.0.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.7.0...030e881)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.2...043fb46)

Updates `actions/download-artifact` from 4.3.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.3.0...3e5f45b)

Updates `anchore/sbom-action` from 0.20.0 to 0.24.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@v0.20.0...e22c389)

Updates `step-security/paths-filter` from 3.0.5 to 4.0.1
- [Release notes](https://github.com/step-security/paths-filter/releases)
- [Commits](step-security/paths-filter@6eee183...5c5241b)

Updates `taiki-e/install-action` from 2.67.18 to 2.75.9
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@650c5ca...d0f2322)

Updates `actions/cache` from 4.2.2 to 5.0.4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@d4323d4...6682284)

Updates `step-security/publish-unit-test-result-action` from 2.21.1 to 2.22.0
- [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases)
- [Commits](step-security/publish-unit-test-result-action@914f0f6...7dff603)

Updates `codecov/codecov-action` from 5.5.2 to 6.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...57e3a13)

Updates `github/codeql-action` from 3.28.18 to 4.35.1
- [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.28.18...c10b806)

Updates `aquasecurity/trivy-action` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@76071ef...57a97c7)

Updates `actions/dependency-review-action` from 4.8.2 to 4.9.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@3c4e3dc...2031cfc)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/mise-action
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/rust-cache
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: benchmark-action/github-action-benchmark
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/action-gh-release
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/setup-buildx-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/docker-login-action
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anchore/sbom-action
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/paths-filter
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.75.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/publish-unit-test-result-action
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/ci CI/CD area/deps Dependencies labels Apr 13, 2026
@github-actions github-actions Bot added area/config Configuration and removed area/deps Dependencies labels Apr 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/dot-github/workflows/github-actions-0289685ad2 branch April 20, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci CI/CD area/config Configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants