From 2f797a7f37cd70ccb3e799814a5303bf6891fb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:37:36 +0000 Subject: [PATCH] Bump step-security/harden-runner Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from cdea734fa57747b9831aa9d6fcb274c5f9669557 to 1.4.5. This release includes the previously tagged commit. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/cdea734fa57747b9831aa9d6fcb274c5f9669557...dd2c410b088af7c0dc8046f3ac9a8f4148492a95) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/qodana.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 24978af..24c82c2 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 1b5b86a..b5ab536 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs