From c53f6bfeb15f3151ed0c7844e20acc27034f956a Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 2 Apr 2025 00:42:48 +0200 Subject: [PATCH] [macOS] Update default CodeQL major version to v3 (#11928) --- images/macos/scripts/build/install-codeql-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/scripts/build/install-codeql-bundle.sh b/images/macos/scripts/build/install-codeql-bundle.sh index ca05d231d..7c179add8 100644 --- a/images/macos/scripts/build/install-codeql-bundle.sh +++ b/images/macos/scripts/build/install-codeql-bundle.sh @@ -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"