From 4977860ca81444bcb5df930ebe1fa1727f929fdf Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 19 Jul 2024 07:30:50 +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 ae6171ff..fa17aa39 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.8.1 + uses: step-security/harden-runner@v2.9.0 with: egress-policy: audit disable-sudo: true