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.
v
1 parent 5726c3a commit b945f6eCopy full SHA for b945f6e
images/macos/scripts/build/install-codeql-bundle.sh
@@ -22,7 +22,7 @@ if [ -z "$codeql_action_latest_major_version" ]; then
22
fi
23
24
# 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")
+defaults_json_path=$(download_with_retry "https://raw.githubusercontent.com/github/codeql-action/v$codeql_action_latest_major_version/src/defaults.json")
26
bundle_version=$(jq -r '.cliVersion' "$defaults_json_path")
27
bundle_tag_name="codeql-bundle-v$bundle_version"
28
0 commit comments