diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..b3b1bf9 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -57,7 +57,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 with: egress-policy: audit - name: "Setup: Checkout" @@ -106,7 +106,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 with: egress-policy: audit - name: "Setup: Checkout" @@ -155,7 +155,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 with: egress-policy: audit - name: "Setup: Checkout" diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 0f0aa83..45becd4 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 with: egress-policy: audit - name: "Checkout Repository"