diff --git a/.github/workflows/clear-action-cache.yaml b/.github/workflows/clear-action-cache.yaml index 625d309..eba3732 100644 --- a/.github/workflows/clear-action-cache.yaml +++ b/.github/workflows/clear-action-cache.yaml @@ -60,7 +60,7 @@ jobs: # Harden the runner with the just-loaded allow-list. - name: 'Harden runner (block)' # yamllint disable-line rule:line-length - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: 'block' allowed-endpoints: > diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 53957b6..3e83f3c 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -35,7 +35,7 @@ jobs: # Harden the runner with the just-loaded allow-list. - name: 'Harden runner (block)' # yamllint disable-line rule:line-length - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: 'block' allowed-endpoints: > diff --git a/.github/workflows/tag-push.yaml b/.github/workflows/tag-push.yaml index 93d716b..30215c8 100644 --- a/.github/workflows/tag-push.yaml +++ b/.github/workflows/tag-push.yaml @@ -43,7 +43,7 @@ jobs: # Harden the runner with the just-loaded allow-list. - name: 'Harden runner (block)' # yamllint disable-line rule:line-length - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: 'block' allowed-endpoints: > @@ -85,7 +85,7 @@ jobs: # Harden the runner with the just-loaded allow-list. - name: 'Harden runner (block)' # yamllint disable-line rule:line-length - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: 'block' allowed-endpoints: > diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 498ca92..7ce22fd 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -39,7 +39,7 @@ jobs: # Harden the runner with the just-loaded allow-list. - name: 'Harden runner (block)' # yamllint disable-line rule:line-length - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 + uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: egress-policy: 'block' allowed-endpoints: >