From a59c4549b1337f06f5d9517bbce183d0db522d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:35:11 +0000 Subject: [PATCH] chore(github-actions): bump step-security/harden-runner Bumps the github-actions group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner). Updates `step-security/harden-runner` from 2.21.0 to 2.21.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.21.0...v2.21.1) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_test.yml | 2 +- .github/workflows/downstream_compatibility.yml | 2 +- .github/workflows/link_check.yml | 2 +- .github/workflows/test_links.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 8055f1699..343922e42 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 🛡️ Harden Runner if: github.repository_owner == 'eclipse-score' - uses: step-security/harden-runner@v2.21.0 + uses: step-security/harden-runner@v2.21.1 with: egress-policy: audit diff --git a/.github/workflows/downstream_compatibility.yml b/.github/workflows/downstream_compatibility.yml index 16d0c4f49..14443553c 100644 --- a/.github/workflows/downstream_compatibility.yml +++ b/.github/workflows/downstream_compatibility.yml @@ -47,7 +47,7 @@ jobs: steps: - name: 🛡️ Harden Runner if: github.repository_owner == 'eclipse-score' - uses: step-security/harden-runner@v2.21.0 + uses: step-security/harden-runner@v2.21.1 with: egress-policy: audit diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 589e62fda..15c84f4cb 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -28,7 +28,7 @@ jobs: steps: - name: 🛡️ Harden Runner if: github.repository_owner == 'eclipse-score' - uses: step-security/harden-runner@v2.21.0 + uses: step-security/harden-runner@v2.21.1 with: egress-policy: audit - name: Checkout repo diff --git a/.github/workflows/test_links.yml b/.github/workflows/test_links.yml index e47c15fe8..c08a8c16c 100644 --- a/.github/workflows/test_links.yml +++ b/.github/workflows/test_links.yml @@ -23,7 +23,7 @@ jobs: steps: - name: 🛡️ Harden Runner if: github.repository_owner == 'eclipse-score' - uses: step-security/harden-runner@v2.21.0 + uses: step-security/harden-runner@v2.21.1 with: egress-policy: audit