Skip to content

Commit 58cfcee

Browse files
authored
Add missing call to Python
1 parent 97e7a2b commit 58cfcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade_codeql_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ github.token }}
3434
CODEQL_CLI_VERSION: ${{ github.event.inputs.codeql_cli_version }}
3535
run: |
36-
scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py --cli-version "$CODEQL_CLI_VERSION"
36+
python3 scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py --cli-version "$CODEQL_CLI_VERSION"
3737
3838
- name: Fetch CodeQL
3939
env:

0 commit comments

Comments
 (0)