File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- name : Checkout repository
30
30
uses : actions/checkout@v3
31
+ with :
32
+ persist-credentials : false
31
33
32
34
- name : Initialize CodeQL
33
35
uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
+ with :
13
+ persist-credentials : false
12
14
13
15
- name : Set up Python 3
14
16
uses : actions/setup-python@v3
34
36
35
37
steps :
36
38
- uses : actions/checkout@v3
39
+ with :
40
+ persist-credentials : false
37
41
38
42
- name : Set up Python 3
39
43
uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 11
11
python-version : ["3.11", "3.12"]
12
12
steps :
13
13
- uses : actions/checkout@v3
14
+ with :
15
+ persist-credentials : false
14
16
15
17
- name : Install Python ${{ matrix.python-version }}
16
18
uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments