diff --git a/.github/workflows/dependancy-review.yml b/.github/workflows/dependancy-review.yml index 46bf70c..75f8117 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.13.1 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/drift-remediation.yml b/.github/workflows/drift-remediation.yml index d456b33..540886a 100644 --- a/.github/workflows/drift-remediation.yml +++ b/.github/workflows/drift-remediation.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Harden Runner - uses: step-security/harden-runner@v2.13.1 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f3e902c..ff99951 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.13.1 + uses: step-security/harden-runner@v2.13.2 with: egress-policy: audit