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 @@ -32,13 +32,13 @@ jobs:
32
32
distribution : temurin
33
33
- uses : sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
35
+ uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
build-mode : ${{ matrix.build-mode }}
39
39
- if : matrix.build-mode == 'manual'
40
40
run : java src/Builder.java --target=compile
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
42
+ uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
43
43
with :
44
44
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments