We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d451d2 + 6efdf48 commit 6d43da7Copy full SHA for 6d43da7
1 file changed
.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Initializes the CodeQL tools for scanning.
55
- name: Initialize CodeQL
56
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
57
with:
58
languages: ${{ matrix.language }}
59
@@ -82,6 +82,6 @@ jobs:
82
run: ./gradlew --no-build-cache build
83
84
- name: Perform CodeQL Analysis
85
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
86
87
category: "/language:${{matrix.language}}"
0 commit comments