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 2828 steps :
2929 - name : Checkout repository
3030 uses : actions/checkout@v3
31+ with :
32+ persist-credentials : false
3133
3234 - name : Initialize CodeQL
3335 uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12+ with :
13+ persist-credentials : false
1214
1315 - name : Set up Python 3
1416 uses : actions/setup-python@v3
3436
3537 steps :
3638 - uses : actions/checkout@v3
39+ with :
40+ persist-credentials : false
3741
3842 - name : Set up Python 3
3943 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 1111 python-version : ["3.11", "3.12"]
1212 steps :
1313 - uses : actions/checkout@v3
14+ with :
15+ persist-credentials : false
1416
1517 - name : Install Python ${{ matrix.python-version }}
1618 uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments