Skip to content

Commit

Permalink
Merge pull request #314 from joshuar/dependabot/github_actions/step-s…
Browse files Browse the repository at this point in the history
…ecurity/harden-runner-2.10.1

ci(github): ⬆️ bump step-security/harden-runner from 2.10.0 to 2.10.1
  • Loading branch information
joshuar authored Oct 15, 2024
2 parents 5411548 + 42b31d6 commit 0cf41c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- linux/arm64
steps:
- name: Harden Runner
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: block
disable-sudo: false
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
IMAGE: ${{ github.repository }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
IMAGE: ${{ github.repository }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit 0cf41c4

Please sign in to comment.