We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b62198 + 1312ef9 commit 4d231a2Copy full SHA for 4d231a2
.github/workflows/codeql-analysis.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
54
with:
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,7 +79,7 @@ jobs:
79
./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
80
81
- name: Perform CodeQL Analysis
82
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
83
84
category: "/language:java"
85
0 commit comments