Skip to content

Commit f6cc842

Browse files
committed
fix what I can for zizmor
1 parent a99bf3a commit f6cc842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
- name: Grab the source from Git
3939
uses: actions/checkout@v4
40+
with:
41+
persist-credentials: false
4042

4143
- name: Get the dist version
4244
id: dist-version
@@ -99,6 +101,7 @@ jobs:
99101
uses: actions/checkout@v4
100102
with:
101103
path: git-src
104+
persist-credentials: false
102105
103106
- name: >-
104107
Smoke-test: install test requirements from the Git repo

0 commit comments

Comments
 (0)