From e02516a37239f80458b051807037636cc49b7400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:56:23 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.20.1 to 2.21.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.20.1 to 2.21.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/b09bb98e06d4d774595224525879c09bc6e98c40...05e31511f85b41b11d1cf0ef85d0992719546e2c) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/brakeman.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependabot_review.yml | 2 +- .github/workflows/heroku_ruby_versions.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/sbom.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index d54657fed..3f5035380 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -39,7 +39,7 @@ jobs: # Harden the runner and log egress (consistent with the other workflows). # The Brakeman install step below fetches the gem from rubygems.org; # that network access is recorded here. - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 04e3134c2..3af8fb408 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -80,7 +80,7 @@ jobs: # Harden the runner and log egress (consistent with the other # workflows). CodeQL downloads its analysis bundle from GitHub at # runtime; that network access is recorded here. - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/dependabot_review.yml b/.github/workflows/dependabot_review.yml index a1eb30a03..0df0631ba 100644 --- a/.github/workflows/dependabot_review.yml +++ b/.github/workflows/dependabot_review.yml @@ -50,7 +50,7 @@ jobs: steps: # Use harden-runner https://github.com/step-security/harden-runner # presented at OpenSSF Best Practices WG 2022-03-15 - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/heroku_ruby_versions.yml b/.github/workflows/heroku_ruby_versions.yml index 9aed7df0f..b1c18ebe3 100644 --- a/.github/workflows/heroku_ruby_versions.yml +++ b/.github/workflows/heroku_ruby_versions.yml @@ -38,7 +38,7 @@ jobs: steps: # Use harden-runner https://github.com/step-security/harden-runner # presented at OpenSSF Best Practices WG 2022-03-15 - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92edcba9c..423658f9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: steps: # Use harden-runner https://github.com/step-security/harden-runner # presented at OpenSSF Best Practices WG 2022-03-15 - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2546fe345..81d580e60 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -39,7 +39,7 @@ jobs: steps: # Use harden-runner https://github.com/step-security/harden-runner # presented at OpenSSF Best Practices WG 2022-03-15 - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index e7c694dbe..df1693956 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -55,7 +55,7 @@ jobs: # * tuf-repo-cdn.sigstore.dev: Sigstore TUF trust root # * token.actions.githubusercontent.com: GitHub OIDC token # - - uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1 + - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit