Skip to content

Commit 69ce06b

Browse files
ci: fix zizmor audit findings
1 parent c2b5649 commit 69ce06b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Add to Ecosystem WG Project
22

3-
on:
3+
on: # zizmor: ignore[dangerous-triggers] needed to access app creds for fork PRs; no PR code is checked out
44
issues:
55
types:
66
- opened

.github/workflows/auto-fix-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
creds: ${{ secrets.GH_APP_CREDS }}
2424
export-git-user: true
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
25+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 # zizmor: ignore[artipacked] persisted token is intentional; needed for the git push step below
2626
with:
2727
token: ${{ steps.generate-token.outputs.token }}
2828
- name: Setup Node.js

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
23+
with:
24+
persist-credentials: false
2325
- name: Setup Node.js
2426
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # tag: v4.0.0
2527
with:

0 commit comments

Comments
 (0)