Skip to content

Commit c522026

Browse files
authored
Fix upgrade CodeQL dependencies workflow
Call the script by the correct name.
1 parent 7c50f5b commit c522026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade_codeql_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
XARGS_MAX_PROCS: 4
1313

1414
jobs:
15-
say_hello:
15+
upgrade_codeql_dependencies
1616
env:
1717
CODEQL_CLI_VERSION: ${{ github.event.inputs.codeql_cli_version }}
1818
runs-on: ubuntu-22.04
@@ -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+
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)