From 8068ba5c9da55f23f5b69680e41360fbaff05512 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 00:28:19 +0200 Subject: [PATCH] chore(deps): update step-security/harden-runner digest to f4f3f44 (#1571) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/changelog_pr.yaml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/curldemo.yaml | 2 +- .github/workflows/fossa.yml | 2 +- .github/workflows/gh-pages.yaml | 2 +- .github/workflows/helm_check-values-schema.yaml | 2 +- .github/workflows/helm_docs.yaml | 2 +- .github/workflows/helm_publish.yaml | 2 +- .github/workflows/kube-linter.yaml | 2 +- .github/workflows/olm_pr.yaml | 2 +- .github/workflows/terrascan.yaml | 2 +- .github/workflows/terratest.yaml | 2 +- .github/workflows/upgrade-testing.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 759d1a92b1..aad33dfd76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/changelog_pr.yaml b/.github/workflows/changelog_pr.yaml index efc86487d3..45a93cd024 100644 --- a/.github/workflows/changelog_pr.yaml +++ b/.github/workflows/changelog_pr.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 43e2cdb72c..4628900af7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/curldemo.yaml b/.github/workflows/curldemo.yaml index 4b40e31353..6445dc7db6 100644 --- a/.github/workflows/curldemo.yaml +++ b/.github/workflows/curldemo.yaml @@ -17,7 +17,7 @@ jobs: DOCKER_CLI_EXPERIMENTAL: "enabled" steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index c3fe545202..accfafc04c 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 874fd59d60..a0e0778bbc 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/helm_check-values-schema.yaml b/.github/workflows/helm_check-values-schema.yaml index 9a42f7f447..bd64a8b750 100644 --- a/.github/workflows/helm_check-values-schema.yaml +++ b/.github/workflows/helm_check-values-schema.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/helm_docs.yaml b/.github/workflows/helm_docs.yaml index f6cc5c41e6..9884dda9fa 100644 --- a/.github/workflows/helm_docs.yaml +++ b/.github/workflows/helm_docs.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/helm_publish.yaml b/.github/workflows/helm_publish.yaml index ce2ae6b829..8d889c7aa1 100644 --- a/.github/workflows/helm_publish.yaml +++ b/.github/workflows/helm_publish.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/kube-linter.yaml b/.github/workflows/kube-linter.yaml index 821ca9515e..5cb3fa5ae6 100644 --- a/.github/workflows/kube-linter.yaml +++ b/.github/workflows/kube-linter.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/olm_pr.yaml b/.github/workflows/olm_pr.yaml index 2513d7dc69..9e1aa0fa1a 100644 --- a/.github/workflows/olm_pr.yaml +++ b/.github/workflows/olm_pr.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/terrascan.yaml b/.github/workflows/terrascan.yaml index 05f0b03f7e..c9d17b728a 100644 --- a/.github/workflows/terrascan.yaml +++ b/.github/workflows/terrascan.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/terratest.yaml b/.github/workflows/terratest.yaml index d3936b338e..178cf09adf 100644 --- a/.github/workflows/terratest.yaml +++ b/.github/workflows/terratest.yaml @@ -29,7 +29,7 @@ jobs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/upgrade-testing.yaml b/.github/workflows/upgrade-testing.yaml index c3077bb4d5..9c646a764a 100644 --- a/.github/workflows/upgrade-testing.yaml +++ b/.github/workflows/upgrade-testing.yaml @@ -29,7 +29,7 @@ jobs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - name: Harden Runner - uses: step-security/harden-runner@9ff9d14760a73102d9fa2f47131624137f50ead8 + uses: step-security/harden-runner@f4f3f445f343c08c93d7771433e8dee4267e05b9 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs