From ec626b6ec200be3e0e129be2431cc8209b0621ba Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 6 Aug 2024 07:21:00 +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 901df3a2..a3adbc9e 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.9.0 + uses: step-security/harden-runner@v2.9.1 with: egress-policy: audit disable-sudo: true