Skip to content

Commit

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

Bump step-security/harden-runner from 2.6.1 to 2.7.0
  • Loading branch information
github-actions[bot] authored Feb 5, 2024
2 parents cf7f8f9 + 39c71a7 commit 319dfe4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.6.1
uses: step-security/harden-runner@v2.7.0
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.6.1
uses: step-security/harden-runner@v2.7.0
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# steps:

# - name: Harden CI
# uses: step-security/harden-runner@v2.6.1
# uses: step-security/harden-runner@v2.7.0
# with:
# disable-sudo: true
# disable-file-monitoring: true
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.6.1
uses: step-security/harden-runner@v2.7.0
with:
disable-sudo: true
egress-policy: audit
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.6.1
uses: step-security/harden-runner@v2.7.0
with:
disable-sudo: true
egress-policy: audit
Expand Down

0 comments on commit 319dfe4

Please sign in to comment.