Skip to content

Commit d609895

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update github/codeql-action action to v3.29.9
1 parent 8005ba8 commit d609895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
distribution: temurin
3333
- uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
35+
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
3636
with:
3737
languages: ${{ matrix.language }}
3838
build-mode: ${{ matrix.build-mode }}
3939
- if: matrix.build-mode == 'manual'
4040
run: java src/Builder.java --target=compile
4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
42+
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)