From 1abbfa9af9b9bb6758113079ad4d13f08cfb6c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:22:58 +0000 Subject: [PATCH] chore(actions): bump step-security/harden-runner from 2.12.0 to 2.12.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/0634a2670c59f64b4a01f0f96f84700a4088b9f0...002fdce3c6a235733a90a27c80493a3241e56863) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable.codeql.yml | 2 +- .github/workflows/reusable.release.yml | 2 +- .github/workflows/reusable.review.yml | 2 +- .github/workflows/reusable.scorecard.yml | 2 +- .github/workflows/reusable.test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable.codeql.yml b/.github/workflows/reusable.codeql.yml index 69087ee..3f539a3 100644 --- a/.github/workflows/reusable.codeql.yml +++ b/.github/workflows/reusable.codeql.yml @@ -21,7 +21,7 @@ jobs: steps: # Harden Runner - name: Harden Runner # Audit all outbound calls - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/reusable.release.yml b/.github/workflows/reusable.release.yml index 5c04ada..f55cecd 100644 --- a/.github/workflows/reusable.release.yml +++ b/.github/workflows/reusable.release.yml @@ -29,7 +29,7 @@ jobs: steps: # Harden Runner - name: Harden Runner # Audit all outbound calls - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/reusable.review.yml b/.github/workflows/reusable.review.yml index c50bc1b..e2cfb16 100644 --- a/.github/workflows/reusable.review.yml +++ b/.github/workflows/reusable.review.yml @@ -14,7 +14,7 @@ jobs: steps: # Harden Runner - name: Harden Runner # Audit all outbound calls - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/reusable.scorecard.yml b/.github/workflows/reusable.scorecard.yml index c0db3ea..5859efa 100644 --- a/.github/workflows/reusable.scorecard.yml +++ b/.github/workflows/reusable.scorecard.yml @@ -24,7 +24,7 @@ jobs: steps: # Harden Runner - name: Harden Runner # Audit all outbound calls - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/reusable.test.yml b/.github/workflows/reusable.test.yml index dc25513..ad57a16 100644 --- a/.github/workflows/reusable.test.yml +++ b/.github/workflows/reusable.test.yml @@ -17,7 +17,7 @@ jobs: steps: # Harden Runner - name: Harden Runner # Audit all outbound calls - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit