From cf0819484d91120c63c797c95b6057d93dfc1c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:07:19 +0000 Subject: [PATCH] build(deps): bump step-security/harden-runner Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 951b48540b429070694bc8abd82fd6901eb123ca to 0080882f6c36860b6ba35c610c98ce87d4e2f26f. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/951b48540b429070694bc8abd82fd6901eb123ca...0080882f6c36860b6ba35c610c98ce87d4e2f26f) --- 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 4b7b60e..7858a4f 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@951b48540b429070694bc8abd82fd6901eb123ca # v2.5.0 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # 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 0ec125e..602530b 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@951b48540b429070694bc8abd82fd6901eb123ca # v2.5.0 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index bd57820..37d377d 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@951b48540b429070694bc8abd82fd6901eb123ca # v2.5.0 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 67cdd92..2c7e6c3 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@951b48540b429070694bc8abd82fd6901eb123ca # v2.5.0 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.5.0 with: egress-policy: audit