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 @@ -29,14 +29,14 @@ jobs:
29
29
distribution : temurin
30
30
- uses : sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@v3
32
+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
build-mode : ${{ matrix.build-mode }}
36
36
- if : matrix.build-mode == 'manual'
37
37
# TODO compile only, avoid running tests
38
38
run : java src/Builder.java
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@v3
40
+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
41
41
with :
42
42
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments