Description:
This update for gh fixes the following issues:
Update to version 2.51.0:
* Gracefully degrade when fetching annotations fails due to 403 (#9113)
* replaced deprecated --json-result flag with --format=json in the gh at docstring.
* Specify rpm repository to avoid conflicts with community repositories
* Add `signer-repo` and `signer-workflow` flags to `gh attestation verify` (#9137)
* Ensure signed RPMs have attestations
Update to version 2.50.0:
* Add build provenance for gh CLI releases (#9087)
* Add integration tests for `gh attestation verify` shared workflow use case (#9107)
* Update readme about MacOS pkg
* Remove `v` prefix when `pkgmacos` is called
* Integrate argument array to remove duplicate code
* Added native min os version blocking
* Fix distribution.xml + min macos version requirements
* Fix directory already exists
* Add a `gh variable get FOO` command (#9106)
* Add comment to pr diff regex
* Update regex in changedFilesNames to handle quoted paths
* fix: rename the `Attempts` field to `Attempt`; expose in `gh run view` and `gh run ls` (#8905)
* Change minimum build script macOS version
* Cleanup pkgmacos build script
* Removed redundant specifications
* Undo goreleaser change
* feat: add support for stateReason in `gh pr view` (#9080)
* Update choice title
* Update pkg title
* remove no-op if clause that returns 'No Aliases'
* Conditionalize references, remove redundant alias
* list the various alias permutations for the command and subcommands
* Remove TODO and add comment on LoginFlow tests
* Comment the purpose of the helper config contract
* Test git credentials are configured in LoginFlow
* Add HelperConfig contract test and FakeHelperConfig
* Inject GitCredentialFlow to LoginFlow as test seam
* Removed unused param flagDryRun from upgradeFunc
* Added summary TTY message to tests
* Added TTY message to summarize checking extension upgrades
* Add Helper test for Windows
* Add tests for gitcredentials Updater
* Fix mistaken git installation error check
* Move gitcredentials HelperConfig and add tests
* Comment the new gitcredentials package
* Comment the git credential flow
* Remove unnecessary credential setup private method
* Use tighter interface in setup-git
* Rename gitcredentials Configure to ConfigureOurs
* Make gitcredential helper smarter
* Move fetching configured helper into gitcredentials
* Extract units for configuring and updating git credential helpers
* Implement ExportData to filter json fields
* fix: rename fields list
* feat: add json output for PR checks
* Fix doc bug for gh run watch