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 550eec9 commit 63fd62eCopy full SHA for 63fd62e
.github/workflows/analysis.yml
@@ -49,7 +49,7 @@ jobs:
49
50
# Initializes the CodeQL tools for scanning.
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
53
with:
54
languages: ${{ matrix.language }}
55
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,4 +81,4 @@ jobs:
81
# make release
82
83
- name: Perform CodeQL Analysis
84
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments