diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582f26d5..0ae395d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: latest: ${{ steps.set-matrix.outputs.requireds }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit @@ -60,7 +60,7 @@ jobs: steps: # FIXME https://github.com/step-security/harden-runner/issues/627 # - name: Harden the runner (Audit all outbound calls) - # uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + # uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 # with: # egress-policy: audit @@ -90,7 +90,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/codemod_publish.yml b/.github/workflows/codemod_publish.yml index 105f9b09..a0b75181 100644 --- a/.github/workflows/codemod_publish.yml +++ b/.github/workflows/codemod_publish.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/dir-organisation.yml b/.github/workflows/dir-organisation.yml index 4fdfa78d..5b0158e6 100644 --- a/.github/workflows/dir-organisation.yml +++ b/.github/workflows/dir-organisation.yml @@ -29,7 +29,7 @@ jobs: steps: # FIXME https://github.com/step-security/harden-runner/issues/627 # - name: Harden the runner (Audit all outbound calls) - # uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + # uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 # with: # egress-policy: audit diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index 64e02500..d224738c 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 with: egress-policy: audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 449d5b39..2c44a404 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: steps: # FIXME https://github.com/step-security/harden-runner/issues/627 # - name: Harden Runner - # uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + # uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 # with: # egress-policy: audit diff --git a/.github/workflows/workflow-tests.yml b/.github/workflows/workflow-tests.yml index 4849a754..bf9f7a79 100644 --- a/.github/workflows/workflow-tests.yml +++ b/.github/workflows/workflow-tests.yml @@ -35,7 +35,7 @@ jobs: steps: # FIXME https://github.com/step-security/harden-runner/issues/627 # - name: Harden the runner (Audit all outbound calls) - # uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + # uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 # with: # egress-policy: audit