File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717 steps :
1818 - uses : actions/checkout@v4
19+ with :
20+ persist-credentials : false
1921
2022 - name : Set up Python
2123 uses : actions/setup-python@v5
4143 runs-on : ubuntu-22.04
4244 steps :
4345 - uses : actions/checkout@v4
46+ with :
47+ persist-credentials : false
4448
4549 - name : Set up Python
4650 uses : actions/setup-python@v5
6771 runs-on : ${{ matrix.os }}
6872 steps :
6973 - uses : actions/checkout@v4
74+ with :
75+ persist-credentials : false
7076
7177 - name : Set up Python
7278 uses : actions/setup-python@v5
@@ -182,6 +188,8 @@ jobs:
182188 runs-on : ubuntu-22.04
183189 steps :
184190 - uses : actions/checkout@v4
191+ with :
192+ persist-credentials : false
185193
186194 - name : Set up Python
187195 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments