Skip to content

chore(deps): update dependency cli/cli to v2.49.0 (main)#4093

Merged
alexcb merged 1 commit intomainfrom
renovate/main-cli-cli-2.x
May 7, 2024
Merged

chore(deps): update dependency cli/cli to v2.49.0 (main)#4093
alexcb merged 1 commit intomainfrom
renovate/main-cli-cli-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
cli/cli minor v2.48.0 -> v2.49.0

Release Notes

cli/cli (cli/cli)

v2.49.0: GitHub CLI 2.49.0

Compare Source

Support for GitHub Artifact Attestations

v2.49.0 release introduces the attestation command set for downloading and verifying attestations about artifacts built in GitHub Actions! This is part of the larger Artifact Attestations initiative. An artifact attestation is a piece of cryptographically signed metadata that is generated as part of your artifact build process. These attestations bind artifacts to the details of the workflow run that produced them, and allow you to guarantee the integrity and provenance of any artifact built in GitHub Actions.

### Verify a local artifact
gh attestation verify artifact.bin -o <your org>

### Verify a local artifact against a local artifact attestation
gh attestation verify artifact.bin -b ./artifact-v0.0.1-bundle.json -o <your org>

### Verify an OCI image
gh attestation verify oci://ghcr.io/foo/bar:latest -o <your org>

### Download artifact attestations
gh attestation download artifact.bin -o <your org>

To get started, check out gh help attestation. You can also use the gh at <command> alias for short.

What's Changed

New Contributors

Full Changelog: cli/cli@v2.48.0...v2.49.0


Configuration

📅 Schedule: Branch creation - "after 4pm on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot requested a review from a team as a code owner May 6, 2024 19:58
@renovate renovate Bot added the renovate label May 6, 2024
@alexcb alexcb merged commit b9d8256 into main May 7, 2024
@alexcb alexcb deleted the renovate/main-cli-cli-2.x branch May 7, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant