From 35f74008e70fafaf9df3d231d21b6dc853c22e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:59:21 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.2.0 to 2.3.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/c8454efe5d0bdefd25384362fe217428ca277d57...03bee3930647ebbf994244c21ddbc0d4933aab4f) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/contracts-testing.yml | 2 +- .github/workflows/deploy-bots.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39d910254..52e386727 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index d42ef0a7e..f4a2e5215 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/deploy-bots.yml b/.github/workflows/deploy-bots.yml index 33a0d75d2..b8cec6a68 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 + uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs