From 9d74fb6ce8781bac9efdfafb7f121a60fa13a45f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:23:30 +0000 Subject: [PATCH] Update step-security/harden-runner action to v2.21.0 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/manage-github-org.yml | 2 +- .github/workflows/precommit-validate.yml | 2 +- .github/workflows/quay-mgmt.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/truffle-hog.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 818143b..57a3e00 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/manage-github-org.yml b/.github/workflows/manage-github-org.yml index 98b95b3..029d068 100644 --- a/.github/workflows/manage-github-org.yml +++ b/.github/workflows/manage-github-org.yml @@ -56,7 +56,7 @@ jobs: name: manage-github-org-config steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/precommit-validate.yml b/.github/workflows/precommit-validate.yml index 518d476..c1fe79c 100644 --- a/.github/workflows/precommit-validate.yml +++ b/.github/workflows/precommit-validate.yml @@ -13,7 +13,7 @@ jobs: name: pre-commit steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/quay-mgmt.yml b/.github/workflows/quay-mgmt.yml index 33cce13..251e63f 100644 --- a/.github/workflows/quay-mgmt.yml +++ b/.github/workflows/quay-mgmt.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3099ec6..6492020 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit diff --git a/.github/workflows/truffle-hog.yml b/.github/workflows/truffle-hog.yml index bd204c9..8e8a41b 100644 --- a/.github/workflows/truffle-hog.yml +++ b/.github/workflows/truffle-hog.yml @@ -13,7 +13,7 @@ jobs: name: hog steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 with: egress-policy: audit