From d8cb3893d97ba22fde7bb49651141dfa65bef4fe Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 10 Jun 2024 11:36:22 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/reformat-sql.yml --- .github/workflows/reformat-sql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 7f19ce65..c912cb49 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -34,7 +34,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Harden Security" - uses: step-security/harden-runner@v2.8.0 + uses: step-security/harden-runner@v2.8.1 with: egress-policy: audit disable-sudo: true