From 5a68a457919d11b216420237627818a3ac2e65d8 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 30 Apr 2024 13:31:51 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/reformat-yaml.yml --- .github/workflows/reformat-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 50a03fc2..598ff8ef 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.7.0 + uses: step-security/harden-runner@v2.7.1 with: egress-policy: audit disable-sudo: true