Skip to content

Commit b945f6e

Browse files
committed
Add missing v to CodeQL bundle URL
1 parent 5726c3a commit b945f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/macos/scripts/build/install-codeql-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -z "$codeql_action_latest_major_version" ]; then
2222
fi
2323

2424
# Retrieve the CLI version of the latest CodeQL bundle.
25-
defaults_json_path=$(download_with_retry "https://raw.githubusercontent.com/github/codeql-action/$codeql_action_latest_major_version/src/defaults.json")
25+
defaults_json_path=$(download_with_retry "https://raw.githubusercontent.com/github/codeql-action/v$codeql_action_latest_major_version/src/defaults.json")
2626
bundle_version=$(jq -r '.cliVersion' "$defaults_json_path")
2727
bundle_tag_name="codeql-bundle-v$bundle_version"
2828

0 commit comments

Comments
 (0)