We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
1 parent 278895b commit 9d7fbb7Copy full SHA for 9d7fbb7
.github/workflows/codeql.yml
@@ -29,6 +29,8 @@ jobs:
29
steps:
30
- name: Checkout repository
31
uses: actions/checkout@v3
32
+ with:
33
+ persist-credentials: false
34
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
0 commit comments