Skip to content

Commit 71baa9f

Browse files
renovate[bot]vorburger
authored andcommitted
chore(deps): update github/codeql-action action to v4
1 parent e61d7a3 commit 71baa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Initialize CodeQL
3939
if: github.event_name == 'pull_request'
40-
uses: github/codeql-action/init@v3
40+
uses: github/codeql-action/init@v4
4141
with:
4242
languages: ${{ matrix.language }}
4343

@@ -46,4 +46,4 @@ jobs:
4646

4747
- name: Perform CodeQL Analysis
4848
if: github.event_name == 'pull_request'
49-
uses: github/codeql-action/analyze@v3
49+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)