diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index c912cb49..901df3a2 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.1 + uses: step-security/harden-runner@v2.9.0 with: egress-policy: audit disable-sudo: true