From cf11d75ad8e539461d71e7f875ac1a5894fcb425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:19:36 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.5.1 to 2.8.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.1 to 2.8.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/8ca2b8b2ece13480cda6dacd3511b49857a23c09...17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6) --- 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/module.build.yml | 6 +++--- .github/workflows/on.pr.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..60dc3c2 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -57,7 +57,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 with: egress-policy: audit - name: "Setup: Checkout" @@ -106,7 +106,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 with: egress-policy: audit - name: "Setup: Checkout" @@ -155,7 +155,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 with: egress-policy: audit - name: "Setup: Checkout" diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 0a1c560..0637d20 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 + uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 with: egress-policy: audit - name: "Checkout Repository"