From bb7e11894f7c90a510e25fa82d8904465334caac Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 23 May 2024 12:48:43 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/update-labels.yml --- .github/workflows/update-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index c3cb22bd..41a6a9e2 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -24,7 +24,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.7.1 + uses: step-security/harden-runner@v2.8.0 with: egress-policy: audit disable-sudo: true