Skip to content

Commit 491a926

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update github/codeql-action action to v3.30.1
1 parent 8f8645e commit 491a926

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@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
35+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
42+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)