From fdf5452d64d5635c48717882e8c2fcd0fdef002d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:22:47 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/5ef0c079ce82195b2a36a210272d6b661572d83e...a90bcbc6539c36a85cdfeb73f7e2f433735f215b) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fossify-event-dispatcher.yml | 2 +- .github/workflows/merge-pull-requests.yml | 2 +- .github/workflows/merge-weblate-prs.yml | 2 +- .github/workflows/prepare-release-pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/update-commons.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/fossify-event-dispatcher.yml b/.github/workflows/fossify-event-dispatcher.yml index c0658a4..20b91c0 100644 --- a/.github/workflows/fossify-event-dispatcher.yml +++ b/.github/workflows/fossify-event-dispatcher.yml @@ -53,7 +53,7 @@ jobs: dispatch: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + - uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit diff --git a/.github/workflows/merge-pull-requests.yml b/.github/workflows/merge-pull-requests.yml index 5647872..0f80e65 100644 --- a/.github/workflows/merge-pull-requests.yml +++ b/.github/workflows/merge-pull-requests.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit diff --git a/.github/workflows/merge-weblate-prs.yml b/.github/workflows/merge-weblate-prs.yml index 559133e..e486d45 100644 --- a/.github/workflows/merge-weblate-prs.yml +++ b/.github/workflows/merge-weblate-prs.yml @@ -39,7 +39,7 @@ jobs: GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index d599954..52091a1 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 429bb1c..309b05e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: timeout-minutes: 30 steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit @@ -124,7 +124,7 @@ jobs: timeout-minutes: 20 steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit diff --git a/.github/workflows/update-commons.yml b/.github/workflows/update-commons.yml index 096ccbc..ca21b94 100644 --- a/.github/workflows/update-commons.yml +++ b/.github/workflows/update-commons.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b with: egress-policy: audit