We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814a16c commit ab180a1Copy full SHA for ab180a1
.github/workflows/codeQLworkflow.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# Initializes the CodeQL tools for scanning.
60
- name: Initialize CodeQL
61
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
62
with:
63
languages: ${{ matrix.language }}
64
@@ -93,6 +93,6 @@ jobs:
93
${{ inputs.maven-goals }}
94
95
- name: Perform CodeQL Analysis
96
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
97
98
category: "/language:${{matrix.language}}"
0 commit comments