From 8f5d7e04526f4d22f259f0e211fe0ac32e936f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 19:50:44 +0000 Subject: [PATCH] chore(deps): update step-security/harden-runner digest to 0327a39 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/terraform.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index f56fd8a..db3858c 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: audit @@ -56,7 +56,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: audit diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 85b81ed..c34acd3 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -20,7 +20,7 @@ jobs: CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}} steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: block allowed-endpoints: > @@ -98,7 +98,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: block allowed-endpoints: > @@ -130,7 +130,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b + uses: step-security/harden-runner@0327a39356be0e062df2bb0bd2a3e036b72a8393 with: egress-policy: audit