From 64893b84a96b525af2d722ebe674e3292f7858b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 08:11:15 +0000 Subject: [PATCH] :seedling: Bump step-security/harden-runner from 1.4.0 to 1.4.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/bdb12b622a910dfdc99a31fdfe6f45a16bc287a4...9b0655f430fba8c7001d4e38f8d4306db5c6e0ab) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c92b3a6f03a..94fed5cb9c6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 + uses: step-security/harden-runner@9b0655f430fba8c7001d4e38f8d4306db5c6e0ab # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs