Skip to content

Commit 200b747

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update github/codeql-action action to v4.31.2
(cherry picked from commit 2677560)
1 parent 4d8dc44 commit 200b747

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@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
35+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
42+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)