push
github
ci: use AWS CLI v2.22.35 The new AWS CLI version (v2.23.0) enables an integrity protection mechanism by default. It is incompatible with VK Cloud that we use for storing source tarballs. The commit changes the source tarball uploading job to install AWS CLI v2.22.35, the last tool version, where the feature is disabled by default. See https://github.com/aws/aws-cli/issues/9214 for details. The source uploading job uses GitHub hosted runners with the `runs-on: ubuntu-22.04` directive. This environment has AWS CLI v2.24.0 preinstalled (see [1]). Note: The `config_jsonschema_check.yml` workflow also uses AWS CLI, but it is a container job with fixed packages versions. It is not affected by the given problem. [1]: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#cli-tools NO_DOC=ci NO_CHANGELOG=ci NO_TEST=ci (cherry picked from commit cdd8bcfbc)
63482 of 114770 branches covered (55.31%)
94419 of 109662 relevant lines covered (86.1%)
1901956.7 hits per line