From 0bc074c46713f3cd026028c5a789f46dc98ece7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 00:36:28 +0000 Subject: [PATCH] chore(actions): bump step-security/harden-runner from 2.12.0 to 2.13.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/0634a2670c59f64b4a01f0f96f84700a4088b9f0...ec9f2d5744a09debf3a187a3f4f675c53b671911) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..1799670 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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit diff --git a/.github/workflows/reusable.release.yml b/.github/workflows/reusable.release.yml index 5c04ada..5545ed3 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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit diff --git a/.github/workflows/reusable.review.yml b/.github/workflows/reusable.review.yml index c50bc1b..1ac96f3 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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit diff --git a/.github/workflows/reusable.scorecard.yml b/.github/workflows/reusable.scorecard.yml index c0db3ea..ade0424 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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit diff --git a/.github/workflows/reusable.test.yml b/.github/workflows/reusable.test.yml index dc25513..e076c5e 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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 with: egress-policy: audit