From 9051fff345a8701952b650353275d57144ecf172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:21:38 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/5ef0c079ce82195b2a36a210272d6b661572d83e...58077d3c7e43986b6b15fba718e8ea69e387dfcc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.15.1 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..07f21d3 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit diff --git a/.github/workflows/merge-pull-requests.yml b/.github/workflows/merge-pull-requests.yml index 5647872..8ec0289 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit diff --git a/.github/workflows/merge-weblate-prs.yml b/.github/workflows/merge-weblate-prs.yml index 559133e..8962415 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index d599954..a6b9d34 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 429bb1c..0d6a666 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit diff --git a/.github/workflows/update-commons.yml b/.github/workflows/update-commons.yml index 096ccbc..e236c57 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@58077d3c7e43986b6b15fba718e8ea69e387dfcc with: egress-policy: audit