File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
# This is v4 of the action
34
34
- name : Check out code
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
36
36
37
37
# This is v2 of the action
38
38
- name : Check for N.O.C.O.M.M.I.T in the commits
83
83
84
84
# This is v4 of the action
85
85
- name : Check out code
86
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
86
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
87
87
88
88
# This is v5.5.0 of the action
89
89
- name : Set up Python
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
# This is v4 of the action
142
142
- name : Check out code
143
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
143
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
144
144
145
145
# This is v5.5.0 of the action
146
146
- name : Set up Python
@@ -157,13 +157,13 @@ jobs:
157
157
# This is v3.28.13
158
158
- name : CodeQL Init
159
159
if : ${{ runner.os == 'Linux' }}
160
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b
160
+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
161
161
with :
162
162
languages : python
163
163
164
164
# This is v3.28.13
165
165
- name : CodeQL Analyze
166
166
if : ${{ runner.os == 'Linux' }}
167
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b
167
+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
168
168
with :
169
169
category : " /language:python"
You can’t perform that action at this time.
0 commit comments