Skip to content

Commit 7e9985d

Browse files
authored
Merge pull request #104 from chainguard-dev/dependabot/github_actions/actions-9c4ed014d8
Bump step-security/harden-runner from 2.14.1 to 2.14.2 in the actions group
2 parents 7a32217 + 7e11713 commit 7e9985d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Harden the runner (Audit all outbound calls)
36-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
36+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3737
with:
3838
egress-policy: audit
3939

.github/workflows/sync-prod-gcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 'Github Actions Runner'
24-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
24+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2525
with:
2626
egress-policy: audit
2727

0 commit comments

Comments
 (0)