[macOS] Update default CodeQL major version to v3 (#11928)

This commit is contained in:
Angela P Wen
2025-04-02 00:42:48 +02:00
committed by GitHub
parent 767f70f17c
commit c53f6bfeb1

View File

@@ -7,7 +7,7 @@
source ~/utils/utils.sh
# Retrieve the CLI version of the latest CodeQL bundle.
defaults_json_path=$(download_with_retry https://raw.githubusercontent.com/github/codeql-action/v2/src/defaults.json)
defaults_json_path=$(download_with_retry https://raw.githubusercontent.com/github/codeql-action/v3/src/defaults.json)
bundle_version=$(jq -r '.cliVersion' $defaults_json_path)
bundle_tag_name="codeql-bundle-v$bundle_version"