Skip to content

Commit b240026

Browse files
authored
Merge pull request #136 from rudderlabs/chore/sec-199-zizmor-fix-r1
chore(vuln): zizmor --fix=all findings (SEC-199)
2 parents 1400272 + a4d554e commit b240026

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-quality-checks.yml

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

1212
steps:
1313
- name: Harden the runner (Audit all outbound calls)
14-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
14+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
1515
with:
1616
egress-policy: audit
1717

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Harden the runner (Audit all outbound calls)
13-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
13+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
1414
with:
1515
egress-policy: audit
1616

0 commit comments

Comments
 (0)