File tree 2 files changed +12
-0
lines changed
2 files changed +12
-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
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
29
+ with :
30
+ persist-credentials : false
29
31
- uses : actions/setup-python@v5
30
32
with :
31
33
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
50
52
runs-on : ${{ matrix.platform }}
51
53
steps :
52
54
- uses : actions/checkout@v4
55
+ with :
56
+ persist-credentials : false
53
57
- uses : actions/setup-python@v5
54
58
with :
55
59
python-version : ${{ matrix.python-version }}
68
72
runs-on : ubuntu-latest
69
73
steps :
70
74
- uses : actions/checkout@v4
75
+ with :
76
+ persist-credentials : false
71
77
- uses : actions/setup-python@v5
72
78
with :
73
79
python-version : ${{ env.MIN_PYTHON_VERSION }}
80
86
runs-on : ubuntu-latest
81
87
steps :
82
88
- uses : actions/checkout@v4
89
+ with :
90
+ persist-credentials : false
83
91
- uses : actions/setup-python@v5
84
92
with :
85
93
python-version : ${{ env.MIN_PYTHON_VERSION }}
@@ -114,6 +122,8 @@ jobs:
114
122
runs-on : ubuntu-latest
115
123
steps :
116
124
- uses : actions/checkout@v4
125
+ with :
126
+ persist-credentials : false
117
127
- uses : actions/setup-python@v5
118
128
with :
119
129
python-version : ${{ env.MIN_PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments