Skip to content

Commit

Permalink
Bump step-security/harden-runner from 2.2.0 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.0 to 2.6.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.2.0...v2.6.0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 25aef00 commit 877780a
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.2.0
uses: step-security/harden-runner@v2.6.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.2.0
uses: step-security/harden-runner@v2.6.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.2.0
# uses: step-security/harden-runner@v2.6.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.2.0
uses: step-security/harden-runner@v2.6.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.2.0
uses: step-security/harden-runner@v2.6.0
with:
disable-sudo: true
egress-policy: audit
Expand Down

0 comments on commit 877780a

Please sign in to comment.