From 682989e6a19a8361da81a47ce04732fabbecd9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:13:30 +0800 Subject: [PATCH] chore(deps): bump step-security/harden-runner (#40) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 29e9ae12297382bde04e940b27e0638029f9f3cd to 951b48540b429070694bc8abd82fd6901eb123ca. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/29e9ae12297382bde04e940b27e0638029f9f3cd...951b48540b429070694bc8abd82fd6901eb123ca) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 43a84b2..4b7b60e 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@29e9ae12297382bde04e940b27e0638029f9f3cd # v2.5.0 + uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca # v2.5.0 with: egress-policy: audit