From bb75e47448aed65873643d60f575a3e021fd7d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:29:51 +0000 Subject: [PATCH] chore(github-actions): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml](https://github.com/eclipse-score/cicd-workflows). 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) Updates `eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml` from 37eaadadfefc263d94a858d25665735659e916fa to 9966c270e864dd47203a023225a2fc9422bac08f - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/37eaadadfefc263d94a858d25665735659e916fa...9966c270e864dd47203a023225a2fc9422bac08f) --- 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 - dependency-name: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml dependency-version: 9966c270e864dd47203a023225a2fc9422bac08f dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_test.yml | 2 +- .github/workflows/docs-publish.yml | 2 +- .github/workflows/downstream_compatibility.yml | 2 +- .github/workflows/link_check.yml | 2 +- .github/workflows/test_links.yml | 2 +- 5 files changed, 5 insertions(+), 5 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/docs-publish.yml b/.github/workflows/docs-publish.yml index 5c399126d..f74f0ffbc 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -21,7 +21,7 @@ on: jobs: docs-deploy: if: github.event.workflow_run.conclusion == 'success' - uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@37eaadadfefc263d94a858d25665735659e916fa + uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@9966c270e864dd47203a023225a2fc9422bac08f permissions: actions: read contents: write diff --git a/.github/workflows/downstream_compatibility.yml b/.github/workflows/downstream_compatibility.yml index 911601782..47643c1e8 100644 --- a/.github/workflows/downstream_compatibility.yml +++ b/.github/workflows/downstream_compatibility.yml @@ -61,7 +61,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