Skip to content

deps: Bump the actions group across 1 directory with 8 updates - #228

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

deps: Bump the actions group across 1 directory with 8 updates#228
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-9de9cae3af

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
step-security/harden-runner 2.19.4 2.21.0
actions/checkout 7.0.0 7.0.1
ruby/setup-ruby 1.314.0 1.321.0
coverallsapp/github-action 2.3.6 2.3.8
KineticCafe/actions-dco 3.1.0 3.2.0
rubygems/release-gem 1.4.0 1.4.1
reviewdog/action-actionlint 1.72.0 1.73.2
zizmorcore/zizmor-action 0.5.7 0.6.2

Updates step-security/harden-runner from 2.19.4 to 2.21.0

Release notes

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

v2.21.0

What's Changed

  • Support for denied endpoints in block mode. This is included in the enterprise tier. Customers can deny outbound calls, for example, to public package registries.
  • Improved Support for AWS CodeBuild GitHub Actions Runners.
  • Bug fixes.

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

v2.20.1

What's Changed

  • AWS CodeBuild-hosted runner support
  • Implicitly allow single-labeled (internal) domains in block-mode

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

v2.20.0

What's Changed

  • Support for block policy for MacOS and Windows GitHub-hosted runners
  • Support for Bitrise MacOS GitHub Actions runners
  • HTTPS monitoring support for Bun for Linux runners (enterprise tier)

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

Commits
  • 05e3151 Merge pull request #684 from step-security/rc-42
  • 0f37afa fix: ignore denied-endpoints on non-enterprise tier
  • 93b58ee fix: resolve cache host read-first and never downgrade egress policy
  • e7399dd fix: align deny-list mode detection with agent and log when both endpoint inp...
  • c16689f test: add denied_endpoints to Configuration fixtures and cover deny-list merge
  • 40b99cf Merge pull request #682 from rohan-stepsecurity/rp/feat/codebuild-self-v2
  • fedec02 Merge branch 'rc-42' into rp/feat/codebuild-self-v2
  • 5361fb1 feat: add build artifacts
  • 286474f feat: Support Bravo agent install on CodeBuild runners
  • 051ec05 Merge pull request #683 from h0x0er/jatin/deny-list
  • Additional commits viewable in compare view

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

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 ruby/setup-ruby from 1.314.0 to 1.321.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.321.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.320.0...v1.321.0

v1.320.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.319.0...v1.320.0

v1.319.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.318.0...v1.319.0

v1.318.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.317.0...v1.318.0

v1.317.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.316.0...v1.317.0

v1.316.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.315.0...v1.316.0

v1.315.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.314.0...v1.315.0

Commits

Updates coverallsapp/github-action from 2.3.6 to 2.3.8

Release notes

Sourced from coverallsapp/github-action's releases.

v2.3.8

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.8

v2.3.7

What's Changed

Bug Fixes

  • Fixed fail-on-error behavior when download fails (#253), PR #254

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.7

Commits
  • 8d6379e Fix macOS install for Homebrew 6.0.0 tap trust requirement (#265)
  • 0a51d2e Spelling (#258)
  • dc7137b README.md: Update GitHub Actions (#259)
  • ba6dae8 Revise README for clarity on integrations and support
  • a5a505e Update README with new sections and information
  • 5cbfd81 Fix fail-on-error to handle all installation and execution failures (#254)
  • e988b39 Update workflow to sync and verify release branch (#249)
  • e7f4f97 README.md: Use current actions/setup-node and LTS version of Node.js (#247)
  • See full diff in compare view

Updates KineticCafe/actions-dco from 3.1.0 to 3.2.0

Release notes

Sourced from KineticCafe/actions-dco's releases.

v3.2.0: Prefer Default Branch Configuration

  • Added a test case to detect regression of #216 or similar parsing errors.
  • Modified the error handling of JSON response decoding to include a more meaningful error.
  • Added support for reading .github/dco-check.toml or .dco-check.toml from the repo root on the default branch. If present, this takes precedence over any inline configuration (config:) key. This prevents a PR from "accidentally" changing the DCO check policy. See the configuration documentation for details.
  • Added a configuration report to the output logs so that transient configurations are still reported for review.

What's Changed

Full Changelog: KineticCafe/actions-dco@v3.1.1...v3.2.0

v3.1.1: Fix author parsing when null

What's Changed

Full Changelog: KineticCafe/actions-dco@v3.1.0...v3.1.1

Changelog

Sourced from KineticCafe/actions-dco's changelog.

KineticCafe/actions-dco Changelog

3.2.0 / 2026-07-25

  • Added a test case to detect regression of #216[issue-216] or similar parsing errors.

  • Modified the error handling of JSON response decoding to include a more meaningful error.

  • Added support for reading .github/dco-check.toml or .dco-check.toml from the repo root on the default branch. If present, this takes precedence over any inline configuration (config:) key. This prevents a PR from "accidentally" changing the DCO check policy. See the configuration documentation for details.

  • Added a configuration report to the output logs so that transient configurations are still reported for review.

3.1.1 / 2026-07-25

  • Resolved #216[issue-216] with a fix to the OpenAPI generator oaspec.

3.1.0 / 2026-05-15

  • Reshaped the sign-off summary written to the action and optionally as a commit comment. The message as added with 3.0.0 was accurate but meaningless. It has now be modified to produce meaningful summaries.

    Each commit that fails (up to X commits) will be included in a DCO failure table:

    | Commit     | Subject                       | Issue                    |
    | ---------- | ----------------------------- | ------------------------ |
    | `ff882225` | deps: Bump the actions group… | No Signed-off-by trailer |

    When commits are passed, skipped or exempt, they are included in a "pass" table grouped by the identity responsible that signed off:

    | Identity                | Commits                        |
    | ----------------------- | ------------------------------ |
    | dependabot[bot]         | 1 (bot, skipped)               |
    | Alice <al…@example.org> | 2 (signed off)                 |
    | Bob <bob@example.com>   | 1 (exempt domain @example.com) |

    The comment will be headed with a subject indicating that the check was

... (truncated)

Commits
  • 5f160e3 feat: Add used configuration report
  • b1fee4e chore: Build for release
  • c963bcb chore: Remove inline config
  • 5704499 chore: Bump release version and add changelog
  • fc47443 feat: Support default branch config file
  • 54e60fa chore: Carry decode errors up and present better errors.
  • a171fbc chore: Clean up documentation
  • cd84bf8 chore: Add regression test for unknown authors
  • 15d7c62 chore: Update action dependencies
  • 3ac7462 chore: Use oaspec 0.69.0
  • Additional commits viewable in compare view

Updates rubygems/release-gem from 1.4.0 to 1.4.1

Release notes

Sourced from rubygems/release-gem's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: rubygems/release-gem@v1.4.0...v1.4.1

Commits
  • 7f96501 Skip the attestation patch when RubyGems signs on its own
  • See full diff in compare view

Updates reviewdog/action-actionlint from 1.72.0 to 1.73.2

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.73.2

What's Changed

Full Changelog: reviewdog/action-actionlint@v1.73.1...v1.73.2

Release v1.73.1

What's Changed

Full Changelog: reviewdog/action-actionlint@v1.73.0...v1.73.1

Release v1.73.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-actionlint@v1.72.1...v1.73.0

Release v1.72.1

v1.72.1: PR #211 - fix: include digest in Docker image reference for action.yml

Commits
  • dbe5299 bump v1.73.2
  • b471811 Merge branch 'main' into releases/v1
  • d6436f5 Merge pull request #224 from reviewdog/renovate/python-3.14.7-alpine3.24
  • 3de11d2 chore(deps): update python:3.14.7-alpine3.24 docker digest to 05b2b8b
  • 7d2a9fc Merge pull request #223 from reviewdog/renovate/shogo82148-actions-create-rel...
  • 7499b98 chore(deps): update shogo82148/actions-create-release action to v1.9.1
  • d63ba75 bump v1.73.1
  • 3b8c49c Merge branch 'main' into releases/v1
  • 456ccb3 Merge pull request #222 from reviewdog/renovate/python-3.x
  • 7848b29 chore(deps): update python docker tag to v3.14.7
  • Additional commits viewable in compare view

Updates zizmorcore/zizmor-action from 0.5.7 to 0.6.2

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.6.2

zizmor 1.29.0 is now the default version.

v0.6.1

zizmor 1.28.0 is now the default version used by the action.

v0.6.0

zizmor 1.27.0 is now the default version used by the action.

What's Changed

New Contributors

Full Changelog: zizmorcore/zizmor-action@v0.5.7...v0.6.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.4` | `2.21.0` |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.314.0` | `1.321.0` |
| [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.6` | `2.3.8` |
| [KineticCafe/actions-dco](https://github.com/kineticcafe/actions-dco) | `3.1.0` | `3.2.0` |
| [rubygems/release-gem](https://github.com/rubygems/release-gem) | `1.4.0` | `1.4.1` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.72.0` | `1.73.2` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.7` | `0.6.2` |



Updates `step-security/harden-runner` from 2.19.4 to 2.21.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@9af89fc...05e3151)

Updates `actions/checkout` from 7.0.0 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@9c091bb...3d3c42e)

Updates `ruby/setup-ruby` from 1.314.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@9eb537c...95ef2b0)

Updates `coverallsapp/github-action` from 2.3.6 to 2.3.8
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@648a8eb...8d6379e)

Updates `KineticCafe/actions-dco` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/kineticcafe/actions-dco/releases)
- [Changelog](https://github.com/KineticCafe/actions-dco/blob/main/CHANGELOG.md)
- [Commits](KineticCafe/actions-dco@1da0428...5f160e3)

Updates `rubygems/release-gem` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rubygems/release-gem/releases)
- [Commits](rubygems/release-gem@052cc82...7f96501)

Updates `reviewdog/action-actionlint` from 1.72.0 to 1.73.2
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@6fb7acc...dbe5299)

Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.2
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@192e21d...3dc1ecc)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ruby/setup-ruby
  dependency-version: 1.321.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: coverallsapp/github-action
  dependency-version: 2.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: KineticCafe/actions-dco
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: rubygems/release-gem
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: reviewdog/action-actionlint
  dependency-version: 1.73.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

✅ DCO Check Passed

Commits

Identity Commits
dependabot[bot] 1 (bot, skipped)

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 93.695%. remained the same — dependabot/github_actions/actions-9de9cae3af into main

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