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:
2929 distribution : temurin
3030 - uses : sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v3
32+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3333 with :
3434 languages : ${{ matrix.language }}
3535 build-mode : ${{ matrix.build-mode }}
3636 - if : matrix.build-mode == 'manual'
3737 # TODO compile only, avoid running tests
3838 run : java src/Builder.java
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@v3
40+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4141 with :
4242 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments