File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
43
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
59
59
./mvnw --batch-mode clean install -Padoptium,-adoptopenjdk
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
62
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
63
63
with :
64
64
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments