From 2ea31ce42eb9ff0c66cc085cd500a60f0a30f04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:52:48 +0000 Subject: [PATCH] build(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.4 to 2.20.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.19.4...v2.20.0) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/ossar-analysis.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e44854508..bfc6bf9da 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.4 + uses: step-security/harden-runner@v2.20.0 with: egress-policy: audit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e7ae5a63b..754feabac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.4 + uses: step-security/harden-runner@v2.20.0 with: egress-policy: audit diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 49ed6342f..10980082a 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 Runner - uses: step-security/harden-runner@v2.19.4 + uses: step-security/harden-runner@v2.20.0 with: egress-policy: audit diff --git a/.github/workflows/ossar-analysis.yml b/.github/workflows/ossar-analysis.yml index 5a637449a..f65912dc9 100644 --- a/.github/workflows/ossar-analysis.yml +++ b/.github/workflows/ossar-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: # Checkout your code repository to scan - name: Harden Runner - uses: step-security/harden-runner@v2.19.4 + uses: step-security/harden-runner@v2.20.0 with: egress-policy: audit diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1a54820a9..46ef3cc1c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.4 + uses: step-security/harden-runner@v2.20.0 with: egress-policy: audit