Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9cbdc04

Browse files
chore(deps): update github/codeql-action action to v3 (#2809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62c27c4 commit 9cbdc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
java-version: 20
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
34+
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
3535
with:
3636
languages: java
3737
tools: latest
@@ -45,6 +45,6 @@ jobs:
4545
arguments: assembleNonFreeRelease
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
48+
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
4949
with:
5050
category: "/language:java"

0 commit comments

Comments
 (0)