Skip to content

Commit

Permalink
Merge pull request #78 from burningmantech/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…step-security/harden-runner-2.10.1

Bump step-security/harden-runner from 2.8.1 to 2.10.1
  • Loading branch information
mikeburg authored Dec 24, 2024
2 parents 54dd2ca + 1096554 commit c7efbcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit c7efbcc

Please sign in to comment.