Commit 452b3fd 1 parent 2804c25 commit 452b3fd Copy full SHA for 452b3fd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
56
+ uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
68
68
# If this step fails, then you should remove it and run the build manually
69
69
- name : Autobuild
70
70
if : matrix.language == 'python'
71
- uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
71
+ uses : github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
72
72
73
73
- uses : actions/setup-python@v5
74
74
if : matrix.language == 'cpp'
96
96
run : cmake --build build
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
99
+ uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
100
100
with :
101
101
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments