Skip to content

Commit 0583c01

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update github/codeql-action action to v3.30.5
1 parent 111ac8e commit 0583c01

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: liberica
3333
- uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
35+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
42+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)