Previously, our runner image only included the most recent release of CodeQL. In order to improve stability of rollout of new CodeQL versions, we are now downloading the most recent two releases.
The change updates the Linux and Windows script variable names to match that of the Mac script, because they are mostly functionally identical. It also adds the same log messages to all scripts and ensures Mac and Windows test parity. It tests that there are two bundles in each of the OS's as well.
This will approximately double the total size and installation time of the existing CodeQL tool.
* Update MinGW on Windows 2022
Previously, the GitHub virtual environments only had MinGW v8.1.0
installed. That version was released in October of 2018 and, since then,
MinGW has released versions all the way up to v11.2.0. This change
updates the MinGW version to the latest available on Chocolatey for the
Windows 2022 environment. Windows 2019 retains the current v8.1.0
version. Fixes#5530.
* Update MinGW documentation
* Additionally update win-2016 version
* Revert "Update MinGW documentation"
This reverts commit cb7a72ff0f.
* fix: modify the pattern used for retrieving the MinGW version
* Add SQL OLEDB Driver to win19 and win22
* Update installation, improve install-binary and resolve comments
* Slight improvement of the installation. Fixing argument list for the WebPI
* Fix argument list for AzureCLI
* Fix software report
* [Windows] Update npm parcel package to v2
* [Windows] Add the parcel to the software report
* [Windows] Add the parcel in tests
* [Windows] Move the function Get-ParcelVersion
* add database tools section to docs, removed sqlps powershell module
* reverted SQLPS module changes
* removed SqlServer module from tools, its listed in PS modules
* delete function as its not needed
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
* 1242 add Pulumi to windows images
* change package name
* Add Pulumi version to doc generator
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
* the Github CLI version fix for short version number
* select the string with version in command output, get the version without date
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>