Skip to content

Commit

Permalink
build(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2
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.10.1 to 2.10.2.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.10.1...v2.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f4b3f8b commit afd7514
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].1
uses: step-security/[email protected].2
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].1
uses: step-security/[email protected].2
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].1
uses: step-security/[email protected].2
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].1
uses: step-security/[email protected].2
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
steps:

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

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

# steps:

# - uses: step-security/[email protected].1
# - uses: step-security/[email protected].2
# with:
# egress-policy: audit

Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/[email protected].1
uses: step-security/[email protected].2
with:
disable-sudo: true
egress-policy: block
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

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

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

0 comments on commit afd7514

Please sign in to comment.