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 3a6b7b8 commit cc0220aCopy full SHA for cc0220a
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
88
# Initializes the CodeQL tools for scanning.
89
- name: Initialize CodeQL
90
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
91
with:
92
languages: python
93
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -96,4 +96,4 @@ jobs:
96
# queries: ./path/to/local/query, your-org/your-repo/queries@main
97
98
- name: Perform CodeQL Analysis
99
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments