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 804744c commit b869cf5Copy full SHA for b869cf5
.github/workflows/code-analysis.yml
@@ -72,7 +72,7 @@ jobs:
72
73
# Initializes the CodeQL tools for scanning.
74
- name: Initialize CodeQL
75
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
76
with:
77
languages: ${{ matrix.language }}
78
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -95,4 +95,4 @@ jobs:
95
./gradlew build
96
97
- name: Perform CodeQL Analysis
98
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments