Skip to content

Commit

Permalink
add note about gh cli 2.49
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed May 2, 2024
1 parent c355490 commit fe3b20c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ The inputs to the `attest-build-provenance` action are identical to
`generate-build-provenance`, so migrating to the new version is as simple as
updating the `uses:` value in your workflows to reference the new name:

```
```text
github-early-access/generate-build-provenance@main
```

becomes
```

```text
actions/attest-build-provenance@v1
```

Attestations generated with the new action use a newer version of the Sigstore
[bundle format][5] (v0.3.1 vs v0.2.1) and requires version [2.49.0][7] or later
of the `gh` CLI to verify.

## Usage

Expand Down Expand Up @@ -305,3 +310,4 @@ jobs:
[5]:
https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
[6]: https://github.com/actions/toolkit/tree/main/packages/glob#patterns
[7]: https://github.com/cli/cli/releases/tag/v2.49.0

0 comments on commit fe3b20c

Please sign in to comment.