We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502b7f9 commit 65977bcCopy full SHA for 65977bc
1 file changed
.github/workflows/codeql.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
21
+ with:
22
+ persist-credentials: false
23
- name: Initialize CodeQL
24
uses: github/codeql-action/init@v3
25
with:
0 commit comments