Skip to content

Commit 9d7fbb7

Browse files
authored
ci(workflows): disable actions/checkout credential persistance (#162)
1 parent 278895b commit 9d7fbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v3
32+
with:
33+
persist-credentials: false
3234

3335
# Initializes the CodeQL tools for scanning.
3436
- name: Initialize CodeQL

0 commit comments

Comments
 (0)