From 9308cf3d460b60fd2fb5636c033f26374b7558a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:04:46 +0000 Subject: [PATCH] build(deps): bump step-security/harden-runner Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c to 398bb08048482c421b1da00a58a1b472a306eb85. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c...398bb08048482c421b1da00a58a1b472a306eb85) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve-pr.yaml | 2 +- .github/workflows/auto-update-pre-commit.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-approve-pr.yaml b/.github/workflows/auto-approve-pr.yaml index 0d4cd6a..33e76d3 100644 --- a/.github/workflows/auto-approve-pr.yaml +++ b/.github/workflows/auto-approve-pr.yaml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.user.login == ${{ github.repository_owner }} steps: - name: Harden Runner - uses: step-security/harden-runner@4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c # v2.5.0 + uses: step-security/harden-runner@398bb08048482c421b1da00a58a1b472a306eb85 # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/auto-update-pre-commit.yaml b/.github/workflows/auto-update-pre-commit.yaml index d5020e2..41b763a 100644 --- a/.github/workflows/auto-update-pre-commit.yaml +++ b/.github/workflows/auto-update-pre-commit.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c # v2.5.0 + uses: step-security/harden-runner@398bb08048482c421b1da00a58a1b472a306eb85 # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9381931..b2658b4 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c # v2.5.0 + uses: step-security/harden-runner@398bb08048482c421b1da00a58a1b472a306eb85 # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6b07e5d..6da175b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@4a1e83c9ef6b0e39b16f17b2734e08cdfbeea46c # v2.5.0 + uses: step-security/harden-runner@398bb08048482c421b1da00a58a1b472a306eb85 # v2.5.0 with: egress-policy: audit