Skip to content

Commit b13bf6d

Browse files
authored
Merge pull request #122 from MaineDSA/dependabot/github_actions/step-security/harden-runner-2.16.1
Bump step-security/harden-runner from 2.16.0 to 2.16.1
2 parents a8348a9 + 5052d2e commit b13bf6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- python
2828

2929
steps:
30-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
30+
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d
3131
with:
3232
disable-sudo: true
3333
egress-policy: block

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# DO NOT run actions/checkout here, for security reasons
3333
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
34-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
34+
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d
3535
with:
3636
disable-sudo: false
3737
egress-policy: audit

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
14+
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d
1515
with:
1616
disable-sudo: true
1717
egress-policy: block

0 commit comments

Comments
 (0)