We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad692af + c28e057 commit 1dc61d2Copy full SHA for 1dc61d2
.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@v2
+ uses: github/codeql-action/init@v3
57
with:
58
languages: ${{ matrix.language }}
59
threads: 4
@@ -86,6 +86,6 @@ jobs:
86
run: gradle clean build "-Dorg.gradle.jvmargs=-Xmx4g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
87
88
- name: Perform CodeQL Analysis
89
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
90
91
category: "/language:${{matrix.language}}"
0 commit comments