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 b767de1 commit bd4e358Copy full SHA for bd4e358
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
53
- name: Autobuild
54
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
55
56
- name: Perform CodeQL Analysis
57
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments