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 d15a3d4 commit a67b333Copy full SHA for a67b333
.github/workflows/codeql-analysis.yml
@@ -23,12 +23,12 @@ jobs:
23
- name: "Checkout repository"
24
uses: "actions/checkout@v4"
25
- name: "Initialize CodeQL"
26
- uses: "github/codeql-action/init@v3"
+ uses: "github/codeql-action/init@v4"
27
with:
28
languages: "python"
29
# Override the default behavior so that the action doesn't
30
# attempt to auto-install Python dependencies. See:
31
# https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#analyzing-python-dependencies
32
setup-python-dependencies: false
33
- name: "Perform CodeQL Analysis"
34
- uses: "github/codeql-action/analyze@v3"
+ uses: "github/codeql-action/analyze@v4"
0 commit comments