Skip to content

Commit

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

Bump step-security/harden-runner from 2.8.0 to 2.8.1
  • Loading branch information
mikeburg authored Jun 16, 2024
2 parents 5db5d64 + 04b61ed commit af2ed27
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/[email protected].0
uses: step-security/[email protected].1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].0
uses: step-security/[email protected].1
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit af2ed27

Please sign in to comment.