Skip to content

Commit d1de6f2

Browse files
chore(deps): update github/codeql-action action to v4 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7352220 commit d1de6f2

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
@@ -36,7 +36,7 @@ jobs:
3636
cache: maven
3737

3838
- name: initialize CodeQL
39-
uses: github/codeql-action/init@v3
39+
uses: github/codeql-action/init@v4
4040
with:
4141
languages: ${{ matrix.language }}
4242
queries: security-and-quality
@@ -45,6 +45,6 @@ jobs:
4545
run: mvn clean compile -DskipTests -B
4646

4747
- name: perform CodeQL analysis
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v4
4949
with:
5050
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)