From 46c9a65d9443608f5ac19b9f668ed061d4893ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:10:11 -0600 Subject: [PATCH] chore(deps): Bump step-security/harden-runner from 2.10.2 to 2.10.4 (#901) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/flow-publish-release.yaml | 6 +++--- .github/workflows/zxc-analyze-snap.yaml | 2 +- .github/workflows/zxc-lint-snap.yaml | 2 +- .github/workflows/zxc-test-snap.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flow-publish-release.yaml b/.github/workflows/flow-publish-release.yaml index 4db058ff..526e84bb 100644 --- a/.github/workflows/flow-publish-release.yaml +++ b/.github/workflows/flow-publish-release.yaml @@ -33,7 +33,7 @@ jobs: prerelease: ${{ steps.tag.outputs.prerelease }} steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit @@ -106,7 +106,7 @@ jobs: working-directory: "./packages/${{ github.event.inputs.snap-package-dir }}/packages/snap" steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit @@ -141,7 +141,7 @@ jobs: if: ${{ github.actor == 'NanaEC' || github.actor == 'nathanklick' || github.actor == 'kpachhai' }} steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit diff --git a/.github/workflows/zxc-analyze-snap.yaml b/.github/workflows/zxc-analyze-snap.yaml index 07964d98..79019673 100644 --- a/.github/workflows/zxc-analyze-snap.yaml +++ b/.github/workflows/zxc-analyze-snap.yaml @@ -45,7 +45,7 @@ jobs: runs-on: smart-contracts-linux-medium steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/zxc-lint-snap.yaml b/.github/workflows/zxc-lint-snap.yaml index af5a609c..6a76cc73 100644 --- a/.github/workflows/zxc-lint-snap.yaml +++ b/.github/workflows/zxc-lint-snap.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit disable-sudo: true diff --git a/.github/workflows/zxc-test-snap.yaml b/.github/workflows/zxc-test-snap.yaml index dd3d7e64..948f0e5c 100644 --- a/.github/workflows/zxc-test-snap.yaml +++ b/.github/workflows/zxc-test-snap.yaml @@ -34,7 +34,7 @@ jobs: runs-on: smart-contracts-linux-medium steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit disable-sudo: true