diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bf3d665..abcce43 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 83e52a0..c5de829 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 + uses: 'step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450' # v2.19.1 with: egress-policy: 'audit' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2cbb5b5..1967989 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 + uses: 'step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450' # v2.19.1 with: egress-policy: 'audit'