From a7d6fe41c6cbbbec9d6823fe5d80efad3cc750e6 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 6 Aug 2024 07:28:55 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/create-prs-for-stale-branches.yml --- .github/workflows/create-prs-for-stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index fa17aa39..643cceab 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -74,7 +74,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true