diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fb8e6f..6abda6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 7a0560e..ff75f2b 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 98496d4..0498370 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 762459c..fd6330c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -42,7 +42,7 @@ jobs: artifact-metadata: write steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 4ab1088..9c06b62 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d9bc01..283bf67 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index df5c3d2..51db423 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -28,7 +28,7 @@ jobs: checks: read steps: - name: Harden the runner (audit egress) - uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2 + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2 with: egress-policy: audit