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 : liberica
33
33
- uses : sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
35
+ uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
42
+ uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
43
43
with :
44
44
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments