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 97e7a2b commit 58cfceeCopy full SHA for 58cfcee
.github/workflows/upgrade_codeql_dependencies.yml
@@ -33,7 +33,7 @@ jobs:
33
GITHUB_TOKEN: ${{ github.token }}
34
CODEQL_CLI_VERSION: ${{ github.event.inputs.codeql_cli_version }}
35
run: |
36
- scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py --cli-version "$CODEQL_CLI_VERSION"
+ python3 scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py --cli-version "$CODEQL_CLI_VERSION"
37
38
- name: Fetch CodeQL
39
env:
0 commit comments