Skip to content

Bump the all group across 1 directory with 7 updates#158

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-20f0acd2a3
Open

Bump the all group across 1 directory with 7 updates#158
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-20f0acd2a3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all group with 7 updates in the / directory:

Package From To
step-security/harden-runner 2.19.0 2.19.4
chainguard-dev/actions 1.6.14 1.6.25
actions/setup-go 6.4.0 6.5.0
golangci/golangci-lint-action 9.2.0 9.2.1
step-security/action-tflint 1.24.2 1.25.0
step-security/woke-action-reviewdog 0.1.1 0.1.2
zizmorcore/zizmor-action 0.5.2 0.5.7

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

Release notes

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

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

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

v2.19.3

What's Changed

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

v2.19.2

What's Changed

  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

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

v2.19.1

What's Changed

What the fix changes

  • Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.

What the fix does not do

  • Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).
  • Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.

For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.

New Contributors

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

Commits
  • 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6
  • 485dce8 Update agent to v1.8.6
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • a5ad31d Merge pull request #657 from devantler/fix/ubuntu-slim-user-env
  • 6e92856 build dist and trim ubuntu-slim message
  • 4e0504e Merge branch 'main' into fix/ubuntu-slim-user-env
  • 376d25a fix: detect ubuntu-slim runners early and bail out
  • See full diff in compare view

Updates chainguard-dev/actions from 1.6.14 to 1.6.25

Release notes

Sourced from chainguard-dev/actions's releases.

v1.6.25

What's Changed

Full Changelog: chainguard-dev/actions@v1.6.24...v1.6.25

v1.6.24

What's Changed

Full Changelog: chainguard-dev/actions@v1.6.23...v1.6.24

v1.6.23

What's Changed

Full Changelog: chainguard-dev/actions@v1.6.22...v1.6.23

v1.6.22

... (truncated)

Commits
  • e1c4977 build(deps): bump github.com/sethvargo/go-envconfig in /hugo2confluence (#965)
  • 08507ab build(deps-dev): bump @​types/node in /otel-export (#966)
  • 392b80d Bump major tool defaults (helm, argo, istio, knative, k8s) + add CI coverage ...
  • e9e8319 build(deps): bump chainguard-dev/actions in /git-tag (#958)
  • 57c4c2b build(deps): bump chainguard-dev/actions from 1.6.23 to 1.6.24 in /gofmt (#959)
  • b5d23ad build(deps): bump chainguard-dev/actions in /goimports (#960)
  • 36c1a66 build(deps): bump chainguard-dev/actions in /inky-build-pkg (#961)
  • 0b05232 build(deps): bump chainguard-dev/actions in /melange-build (#962)
  • b4d1959 build(deps): bump chainguard-dev/actions in /wolfi-build-pkg (#964)
  • ed93655 build(deps): bump chainguard-dev/actions in /release-notes (#963)
  • Additional commits viewable in compare view

Updates actions/setup-go from 6.4.0 to 6.5.0

Release notes

Sourced from actions/setup-go's releases.

v6.5.0

What's Changed

Dependency update

New Contributors

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

Commits

Updates golangci/golangci-lint-action from 9.2.0 to 9.2.1

Release notes

Sourced from golangci/golangci-lint-action's releases.

v9.2.1

What's Changed

IMPORTANT: this is the first immutable release.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v9.2.0...v9.2.1

Commits
  • 82606bf chore: prepare release v9.2.1
  • 97c8387 chore: improve workflows (#1394)
  • 28d0a19 build(deps): bump the dependencies group across 1 directory with 2 updates
  • 633fbc7 build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#1391)
  • 59f43e2 build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1389)
  • 9eb174e build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#1386)
  • 4f52504 build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)
  • 6f87dfd docs: update examples
  • c9500d7 chore: improve workflows
  • 03b1faa chore: improve issue templates
  • Additional commits viewable in compare view

Updates step-security/action-tflint from 1.24.2 to 1.25.0

Release notes

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

v1.25.0

What's Changed

New Contributors

Full Changelog: step-security/action-tflint@v1...v1.25.0

Commits
  • 285fe25 Merge pull request #29 from step-security/feat/update-subscription-check
  • bd4ad23 duplicate subscription check removed
  • e3a217f feat: added banner and update subscription check to make maintained actions f...
  • 4091495 Merge pull request #14 from step-security/auto-cherry-pick
  • d2accb6 chore(deps): update reviewdog/reviewdog to 0.21.0 (#101)
  • See full diff in compare view

Updates step-security/woke-action-reviewdog from 0.1.1 to 0.1.2

Release notes

Sourced from step-security/woke-action-reviewdog's releases.

v0.1.2

What's Changed

New Contributors

Full Changelog: step-security/woke-action-reviewdog@v0...v0.1.2

Commits
  • 5db6c18 Merge pull request #40 from step-security/feat/update-subscription-check
  • 1f5a8b0 Merge branch 'main' into feat/update-subscription-check
  • 893dc41 Merge pull request #41 from step-security/Raj-StepSecurity-patch-1
  • e548421 ci: Create claude_review.yml
  • 14e8aa7 feat: added banner and update subscription check to make maintained actions f...
  • See full diff in compare view

Updates zizmorcore/zizmor-action from 0.5.2 to 0.5.7

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.5.7

1.26.1 is now available via the action 1.26.1 is now the default version of zizmor used by the action

v0.5.6

  • 1.25.2 is now available via the action
  • 1.25.2 is now the default version of zizmor used by the action

v0.5.5

This is a no-op release.

v0.5.4

  • 1.25.0 is now available via the action
  • 1.25.0 is now the default version of zizmor used by the action

v0.5.3

What's Changed

  • 1.24.0 and 1.24.1 are now available via the action
  • 1.24.1 is now the default version of zizmor used by the action

Full Changelog: zizmorcore/zizmor-action@v0.5.2...v0.5.3

Commits
  • 192e21d Sync zizmor versions (#127)
  • 2720f26 Update README.md with new actions/checkout version (#126)
  • 40b41b8 chore(deps): bump the github-actions group with 2 updates (#123)
  • a687b25 chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-ac...
  • 64a6900 add note to explain that the default value for online-checks is different t...
  • 14050ab chore(deps): bump the github-actions group with 2 updates (#118)
  • ee9b419 chore(deps): bump github/codeql-action in the github-actions group (#116)
  • fddf2b4 Bump pins in README (#115)
  • 5f14fd0 Sync zizmor versions (#114)
  • a16621b Bump pins in README (#112)
  • Additional commits viewable in compare view

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 all group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.0` | `2.19.4` |
| [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `1.6.14` | `1.6.25` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.0` | `9.2.1` |
| [step-security/action-tflint](https://github.com/step-security/action-tflint) | `1.24.2` | `1.25.0` |
| [step-security/woke-action-reviewdog](https://github.com/step-security/woke-action-reviewdog) | `0.1.1` | `0.1.2` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.2` | `0.5.7` |



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

Updates `chainguard-dev/actions` from 1.6.14 to 1.6.25
- [Release notes](https://github.com/chainguard-dev/actions/releases)
- [Commits](chainguard-dev/actions@de68b87...e1c4977)

Updates `actions/setup-go` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4a36011...924ae3a)

Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@1e7e51e...82606bf)

Updates `step-security/action-tflint` from 1.24.2 to 1.25.0
- [Release notes](https://github.com/step-security/action-tflint/releases)
- [Commits](step-security/action-tflint@15c8d1f...285fe25)

Updates `step-security/woke-action-reviewdog` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/step-security/woke-action-reviewdog/releases)
- [Commits](step-security/woke-action-reviewdog@950b04a...5db6c18)

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

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chainguard-dev/actions
  dependency-version: 1.6.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: actions/setup-go
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: step-security/action-tflint
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: step-security/woke-action-reviewdog
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jun 24, 2026
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.

0 participants