From 92f6b6f9a44a3850e8d4141d33828c152dea137f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:56:14 +0000 Subject: [PATCH] ci(GitHub): Bump step-security/harden-runner Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 to 2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/bf4cac97a49476daf40896c7ba9e4c1ffbc530f5...2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1a93d04..6765bea3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,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 diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index a92937b7..ab157182 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 5 steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05785073..a32a85b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 + uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67 with: disable-sudo: true egress-policy: audit