From eaf6f04b3079f505e6cf12008c4bdb601875eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:04:51 +0000 Subject: [PATCH] build(deps): bump step-security/harden-runner from 2.11.1 to 2.13.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.11.1 to 2.13.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.11.1...v2.13.1) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependancy-review.yml | 2 +- .github/workflows/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependancy-review.yml b/.github/workflows/dependancy-review.yml index 89b4748..fa63f2e 100644 --- a/.github/workflows/dependancy-review.yml +++ b/.github/workflows/dependancy-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.11.1 + uses: step-security/harden-runner@v2.13.1 with: egress-policy: audit diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea1224e..60c9a2a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 25 steps: - name: Harden Runner - uses: step-security/harden-runner@v2.11.1 + uses: step-security/harden-runner@v2.13.1 with: egress-policy: audit