diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 72d19d1c..7c949ad8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 8f80edf1..d0bd9fe0 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@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b9d69c9f..3e04e6ec 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' @@ -53,7 +53,7 @@ jobs: url: '${{ steps.deployment.outputs.page_url }}' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-build.yml b/.github/workflows/lf-build.yml index 88d9e549..c894bc2a 100644 --- a/.github/workflows/lf-build.yml +++ b/.github/workflows/lf-build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-release.yml b/.github/workflows/lf-release.yml index 92872f67..f48f903d 100644 --- a/.github/workflows/lf-release.yml +++ b/.github/workflows/lf-release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 92fa589e..07c5971f 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -15,7 +15,7 @@ jobs: pull-requests: 'write' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8e1a9a09..2e791381 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@ab7a9404c0f3da075243ca237b5fac12c98deaa5' # v2.19.3 + uses: 'step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411' # v2.19.4 with: egress-policy: 'audit'