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.
1 parent 34e8e8e commit f6dae1fCopy full SHA for f6dae1f
.github/workflows/codeql-analysis.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v4
28
+ with:
29
+ persist-credentials: false
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
.github/workflows/reuse.yml
@@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || '' }}
33
34
- name: REUSE Compliance Check
0 commit comments