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@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
35
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
42
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
43
43
with :
44
44
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments