diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3ca25df8..539d589b 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 8cf74043..83e52a01 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3465f2e8..ba694452 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-build.yml b/.github/workflows/lf-build.yml index d1bfbbab..be5ef2b4 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-release.yml b/.github/workflows/lf-release.yml index 57c2e764..4043d706 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 9abc9846..1f08c22c 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 217cb3b7..34ffb054 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df' # v2.18.0 + uses: 'step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40' # v2.19.0 with: egress-policy: 'audit'