diff --git a/.github/workflows/dependancy-review.yml b/.github/workflows/dependancy-review.yml index 89b4748..fa63f2e 100644 --- a/.github/workflows/dependancy-review.yml +++ b/.github/workflows/dependancy-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.11.1 + uses: step-security/harden-runner@v2.13.1 with: egress-policy: audit diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea1224e..60c9a2a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 25 steps: - name: Harden Runner - uses: step-security/harden-runner@v2.11.1 + uses: step-security/harden-runner@v2.13.1 with: egress-policy: audit