Skip to content

Commit ef58694

Browse files
authored
Bump codeql action to v3 (#1102)
1 parent 3059741 commit ef58694

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,12 +31,12 @@ jobs:
3131
java-version: 17
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v2
34+
uses: github/codeql-action/init@v3
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: build
3939
run: ./mvnw --batch-mode --no-transfer-progress --show-version --settings .github/maven/settings.xml package
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v2
42+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)