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