From 0148d250f61d2abf76e9d458dbe8532c4b1e4a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:04:57 +0000 Subject: [PATCH] Update step-security/harden-runner digest to 2579b52 --- .github/workflows/dev-build.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/main-build.yml | 2 +- .github/workflows/merge.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update.yml | 2 +- .github/workflows/yarn-lock-rebuild.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index da2fdcc88d..1e2d3fd19f 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #sonarcloud aws generic hostname unfortunately subject to change diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ec0dbd1cda..eb3c44a781 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index c765a64f99..d68b690386 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: egress-policy: audit #outbound hosts constantly subject to change by action providers diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 81f608584f..9d25671efc 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8313c8363..bd8484b809 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5e901ff817..c0e4fe3ab9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers diff --git a/.github/workflows/yarn-lock-rebuild.yml b/.github/workflows/yarn-lock-rebuild.yml index 040a943a46..d13b2a7190 100644 --- a/.github/workflows/yarn-lock-rebuild.yml +++ b/.github/workflows/yarn-lock-rebuild.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers