Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

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

Package From To
step-security/harden-runner 2.12.2 2.13.2
actions/checkout 4.2.2 6.0.0
ruby/setup-ruby 1.245.0 1.268.0
codecov/codecov-action 5.3.1 5.5.1
sigstore/sigstore-conformance 0.0.16 0.0.24
theupdateframework/tuf-conformance 2.3.0 2.4.0
astral-sh/setup-uv 5.0.1 7.1.4
actions/dependency-review-action 4.5.0 4.8.2
actions/upload-artifact 4.6.0 5.0.0
slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml 2.0.0 2.1.0
actions/download-artifact 4.1.8 6.0.0
rubygems/configure-rubygems-credentials f456a002d58f0de60b44383d10ae82316b18a166 079b868399574998fd0fe9df2e03528f38cc6fa0
ossf/scorecard-action 2.4.0 2.4.3

Updates step-security/harden-runner from 2.12.2 to 2.13.2

Release notes

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

v2.13.2

What's Changed

  • Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
  • Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.

Full Changelog: step-security/harden-runner@v2.13.1...v2.13.2

v2.13.1

What's Changed

  • Graceful handling of HTTP errors: Improved error handling when fetching Harden Runner policies from the StepSecurity Policy Store API, ensuring more reliable execution even in case of temporary network/API issues.

  • Security updates for npm dependencies: Updated vulnerable npm package dependencies to the latest secure versions.

  • Faster enterprise agent downloads: The enterprise agent is now downloaded from GitHub Releases instead of packages.stepsecurity.io, improving download speed and reliability.

Full Changelog: step-security/harden-runner@v2.13.0...v2.13.1

v2.13.0

What's Changed

  • Improved job markdown summary
  • Https monitoring for all domains (included with the enterprise tier)

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

Commits

Updates actions/checkout from 4.2.2 to 6.0.0

Release notes

Sourced from actions/checkout's releases.

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

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

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

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.1.5

... (truncated)

Commits

Updates ruby/setup-ruby from 1.245.0 to 1.268.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.268.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.267.0...v1.268.0

v1.267.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.266.0...v1.267.0

v1.266.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.265.0...v1.266.0

v1.265.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.264.0...v1.265.0

v1.264.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.263.0...v1.264.0

v1.263.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.262.0...v1.263.0

v1.262.0

Full Changelog: ruby/setup-ruby@v1.261.0...v1.262.0

... (truncated)

Commits
  • 8aeb6ff Test Ruby 4.0 previews
  • 09e84e3 Add ruby-4.0.0-preview2
  • d5126b9 exec.exec() only accepts strings
  • 274049f Use os.availableParallelism() instead of os.cpus().length
  • a96ff53 Scale bundler install jobs with CPU count up to 8
  • 4ff6f36 Update CRuby releases on Windows
  • 5375105 Add ruby-3.3.10
  • ab177d4 Update CRuby releases on Windows
  • 6797dcb Add ruby-3.4.7
  • a16e0e6 Test on macos-15-intel too
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.3.1 to 5.5.1

Release notes

Sourced from codecov/codecov-action's releases.

v5.5.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.0...v5.5.1

v5.5.0

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.4.3...v5.5.0

v5.4.3

What's Changed

Full Changelog: codecov/codecov-action@v5.4.2...v5.4.3

v5.4.2

What's Changed

Full Changelog: codecov/codecov-action@v5.4.1...v5.4.2

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

... (truncated)

Commits

Updates sigstore/sigstore-conformance from 0.0.16 to 0.0.24

Release notes

Sourced from sigstore/sigstore-conformance's releases.

v0.0.24

What's Changed

The release improves the content quality of the Client Conformance Report.

Full Changelog: sigstore/sigstore-conformance@v0.0.23...v0.0.24

v0.0.23

sigstore-conformance GitHub action now publishes test results as GitHub artifacts: The sigstore-conformance project collects these results into a report: https://sigstore.github.io/sigstore-conformance/

Note: Users are requested to schedule a weekly run of sigstore-conformance to ensure that up-to-date results are available for the report. Thanks for the help!

Added

  • Publish conformance test results (#268)

Fixed

  • Fix cache dir lookup on non-linux platforms (#264)

v0.0.22

Changes

The main change fixes installation issue on Python 3.14 (sigstore/sigstore-conformance#269): The action now manages the Python version it uses internally.

Full Changelog: sigstore/sigstore-conformance@v0.0.21...v0.0.22

v0.0.21

Fixed

  • Fix rekor2 signing test by updating the signingconfig used there: The signing config is currently hard coded and the previous shard was just closed for write traffic: sigstore/sigstore-conformance#252

v0.0.20

What's Changed

the sign command of the CLI protocol now contains optional --signing-config and --trusted-root arguments: This feature is used in the new signing test, users should update their client-under-test CLI implementations (or alternatively mark the test as XFAILed if the underlying client is incompatible). See CLI protocol for more details.

Added tests

  • Multiple new verification tests for rekor2 entries
  • Signing test for rekor2 entries

... (truncated)

Commits
  • b7856cf Various small fixes (#294)
  • dd1ad2b Pass client_sha and client_sha_url as pytest metadata (#288)
  • e791f60 Bump the python-minor-and-patch-updates group with 2 updates (#289)
  • 183d5af Bump pytest from 8.4.2 to 9.0.0 (#290)
  • 6570148 action: Fix if-clause (#286)
  • 51e74cd feat: Include conformance action version in client report (#283)
  • 8c484c2 feat: Add links to client SHA and workflow run (#284)
  • 8c2405c Allow skipping of artifact upload (#277)
  • 30c1d4d Bump platformdirs in the python-minor-and-patch-updates group (#281)
  • 63f50fe Bump actions/upload-artifact from 4 to 5 in the actions group (#282)
  • Additional commits viewable in compare view

Updates theupdateframework/tuf-conformance from 2.3.0 to 2.4.0

Release notes

Sourced from theupdateframework/tuf-conformance's releases.

v2.4.0

tuf-conformance GitHub action now publishes test results as a GitHub artifact: The tuf-conformance project can collect these results into a report: https://theupdateframework.github.io/tuf-conformance/

Note: Users are requested to schedule a weekly run of tuf-conformance to ensure that up-to-date results are available for the report. Thanks for the help!

Changes

  • Publish the test results as GitHub artifact (#322)
  • Add missing test for snapshot hashes (#306)
  • Dependency updates
Commits
  • 500c525 Prepare 2.4 release (#324)
  • 68e81e9 Publish a conformance report (#322)
  • daf5ad1 Bump ruff from 0.14.2 to 0.14.3 in the python-dependencies group (#320)
  • 8b425a2 Bump ruff from 0.14.1 to 0.14.2 in the python-dependencies group (#319)
  • eaca9f1 Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#318)
  • 032d542 Bump ruff from 0.14.0 to 0.14.1 in the python-dependencies group (#317)
  • 0e9e191 Bump ruff from 0.13.3 to 0.14.0 in the python-dependencies group (#316)
  • 78f59ab Bump ruff from 0.13.2 to 0.13.3 in the python-dependencies group (#315)
  • f678c10 Bump the python-dependencies group with 2 updates (#314)
  • f01395d Bump the python-dependencies group with 2 updates (#312)
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 5.0.1 to 7.1.4

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.1.4 🌈 Fix libuv closing bug on Windows

Changes

This release fixes the bug Assertion failed: !(handle->flags & UV_HANDLE_CLOSING) on Windows runners

🐛 Bug fixes

🧰 Maintenance

v7.1.3 🌈 Support act

Changes

This bug fix release adds support for https://github.com/nektos/act It was previously broken because of a too new undici version and TS transpilation target.

Compatibility with act is now automatically tested.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v7.1.2 🌈 Speed up extraction on Windows

Changes

@​lazka fixed a bug that caused extracting uv to take up to 30s. Thank you!

🐛 Bug fixes

  • Use tar for extracting the uv zip file on Windows too @​lazka (#660)

🧰 Maintenance

⬆️ Dependency updates

... (truncated)

Commits

Updates actions/dependency-review-action from 4.5.0 to 4.8.2

Release notes

Sourced from actions/dependency-review-action's releases.

v4.8.2

Minor fixes:

Dependency Review Action v4.8.1

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.8.1

v4.8.0

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.8.0

4.7.3

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.7.3

4.7.2

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.7.2

v4.7.1

... (truncated)

Commits
  • 3c4e3dc Merge pull request #1016 from actions/dra-release
  • 02930b2 Update CONTRIBUTING to reflect new guidelines
  • 49ffd9f Update CONTRIBUTING to reflect the need to build
  • 70cb25e 4.8.2 release
  • ebabd31 Merge pull request #1008 from danielhardej/danielhardej-patch-20251023
  • 19f9360 Update package-lock.json
  • 5fd2f98 Bump @​types/jest to version 29.5.14
  • 28647f4 Fix PURL parsing by removing encodeURI
  • f620fd1 Merge pull request #1013 from actions/dangoor/token-fix

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

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.12.2` | `2.13.2` |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.0` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.245.0` | `1.268.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.3.1` | `5.5.1` |
| [sigstore/sigstore-conformance](https://github.com/sigstore/sigstore-conformance) | `0.0.16` | `0.0.24` |
| [theupdateframework/tuf-conformance](https://github.com/theupdateframework/tuf-conformance) | `2.3.0` | `2.4.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5.0.1` | `7.1.4` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.5.0` | `4.8.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `5.0.0` |
| [slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml](https://github.com/slsa-framework/slsa-github-generator) | `2.0.0` | `2.1.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.8` | `6.0.0` |
| [rubygems/configure-rubygems-credentials](https://github.com/rubygems/configure-rubygems-credentials) | `f456a002d58f0de60b44383d10ae82316b18a166` | `079b868399574998fd0fe9df2e03528f38cc6fa0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.3` |



Updates `step-security/harden-runner` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@6c439dc...95d9a5d)

Updates `actions/checkout` from 4.2.2 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...1af3b93)

Updates `ruby/setup-ruby` from 1.245.0 to 1.268.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@a4effe4...8aeb6ff)

Updates `codecov/codecov-action` from 5.3.1 to 5.5.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@13ce06b...5a10915)

Updates `sigstore/sigstore-conformance` from 0.0.16 to 0.0.24
- [Release notes](https://github.com/sigstore/sigstore-conformance/releases)
- [Commits](sigstore/sigstore-conformance@d658ea7...b7856cf)

Updates `theupdateframework/tuf-conformance` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/theupdateframework/tuf-conformance/releases)
- [Commits](theupdateframework/tuf-conformance@9bfc222...500c525)

Updates `astral-sh/setup-uv` from 5.0.1 to 7.1.4
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@180f8b4...1e862df)

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

Updates `actions/upload-artifact` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@65c4c4a...330a01c)

Updates `slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](slsa-framework/slsa-github-generator@v2.0.0...v2.1.0)

Updates `actions/download-artifact` from 4.1.8 to 6.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@fa0a91b...018cc2c)

Updates `rubygems/configure-rubygems-credentials` from f456a002d58f0de60b44383d10ae82316b18a166 to 079b868399574998fd0fe9df2e03528f38cc6fa0
- [Release notes](https://github.com/rubygems/configure-rubygems-credentials/releases)
- [Commits](rubygems/configure-rubygems-credentials@f456a00...079b868)

Updates `ossf/scorecard-action` from 2.4.0 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@62b2cac...4eaacf0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: ruby/setup-ruby
  dependency-version: 1.268.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: sigstore/sigstore-conformance
  dependency-version: 0.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: theupdateframework/tuf-conformance
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: rubygems/configure-rubygems-credentials
  dependency-version: '079b868399574998fd0fe9df2e03528f38cc6fa0'
  dependency-type: direct:production
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

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

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/actions-a931403be3 branch December 8, 2025 05:11
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