From f9e4a13dcb9c781d547e259b7b31dac47829209b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:43:44 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.13.2 to 2.14.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.2 to 2.14.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/95d9a5deda9de15063e7595e9719c11c38c90ae2...e3f713f2d8f53843e71c69a996d56f51aa9adfb9) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve-pr.yaml b/.github/workflows/auto-approve-pr.yaml index 2665059..0a69d6f 100644 --- a/.github/workflows/auto-approve-pr.yaml +++ b/.github/workflows/auto-approve-pr.yaml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.user.login == ${{ github.repository_owner }} steps: - name: Harden Runner - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.5.0 + uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.5.0 with: egress-policy: audit