From 1fe029b13f2a4799321b270d3c703cca58ed2e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 23:25:23 +0300 Subject: [PATCH] ci(deps): bump step-security/harden-runner from 2.1.0 to 2.3.0 (#198) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/18bf8ad2ca49c14cbb28b91346d626ccfb00c518...03bee3930647ebbf994244c21ddbc0d4933aab4f) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70a417f..da84ad3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: # Windows builds may have insufficient resource limits, so they're increased. - name: Harden Runner if: ${{ matrix.os == 'ubuntu-latest' }} - uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: disable-sudo: true egress-policy: block @@ -309,7 +309,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: disable-sudo: true egress-policy: block @@ -338,7 +338,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: disable-sudo: true egress-policy: block