File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
- name : Checkout repository
44
44
uses : actions/checkout@v4.2.2
45
+ with :
46
+ persist-credentials : false
45
47
46
48
# Initializes the CodeQL tools for scanning.
47
49
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v4.2.2
29
+ with :
30
+ persist-credentials : false
29
31
- uses : actions/setup-python@v5.5.0
30
32
with :
31
33
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
57
59
runs-on : ${{ matrix.platform }}
58
60
steps :
59
61
- uses : actions/checkout@v4.2.2
62
+ with :
63
+ persist-credentials : false
60
64
- uses : actions/setup-python@v5.5.0
61
65
with :
62
66
python-version : ${{ matrix.python-version }}
75
79
runs-on : ubuntu-latest
76
80
steps :
77
81
- uses : actions/checkout@v4.2.2
82
+ with :
83
+ persist-credentials : false
78
84
- uses : actions/setup-python@v5.5.0
79
85
with :
80
86
python-version : ${{ env.MIN_PYTHON_VERSION }}
87
93
runs-on : ubuntu-latest
88
94
steps :
89
95
- uses : actions/checkout@v4.2.2
96
+ with :
97
+ persist-credentials : false
90
98
- uses : actions/setup-python@v5.5.0
91
99
with :
92
100
python-version : ${{ env.MIN_PYTHON_VERSION }}
@@ -121,6 +129,8 @@ jobs:
121
129
runs-on : ubuntu-latest
122
130
steps :
123
131
- uses : actions/checkout@v4.2.2
132
+ with :
133
+ persist-credentials : false
124
134
- uses : actions/setup-python@v5.5.0
125
135
with :
126
136
python-version : ${{ env.MIN_PYTHON_VERSION }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : " Checkout repository"
22
22
uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
23
+ with :
24
+ persist-credentials : false
23
25
24
26
- name : " Setup Python"
25
27
uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55"
You can’t perform that action at this time.
0 commit comments