File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
162
162
# Initializes the CodeQL tools for scanning.
163
163
- name : Initialize CodeQL
164
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
164
+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
165
165
with :
166
166
languages : cpp
167
167
@@ -172,4 +172,4 @@ jobs:
172
172
run : make -j "$(nproc)"
173
173
174
174
- name : Perform CodeQL Analysis
175
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
175
+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
54
+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
55
55
with :
56
56
languages : python
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
59
+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
You can’t perform that action at this time.
0 commit comments