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 662d2b2 commit 036f09cCopy full SHA for 036f09c
.github/workflows/codeql.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
28
+ with:
29
+ persist-credentials: false
30
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@v3
.github/workflows/main.yaml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- uses: actions/checkout@v4
10
11
12
- name: Install Python dependencies
13
run: pip install -r requirements.txt
14
- name: Build
0 commit comments