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 db51018 commit 2e8ab12Copy full SHA for 2e8ab12
.github/workflows/codecheck.yml
@@ -74,7 +74,7 @@ jobs:
74
75
# Initializes the CodeQL tools for scanning.
76
- name: Initialize CodeQL
77
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
78
with:
79
languages: ${{ matrix.language }}
80
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,4 +83,4 @@ jobs:
83
# queries: ./path/to/local/query, your-org/your-repo/queries@main
84
- run: ./gradlew -x test assembleReleaseJar
85
- name: Perform CodeQL Analysis
86
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments