Commit bc8981e 1 parent 8491f31 commit bc8981e Copy full SHA for bc8981e
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
56
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
71
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
99
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
100
100
with :
101
101
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments