1
0
Fork 0

Merge pull request #1848 from actions/bdehamer/attest-prep-1-5

`@actions/attest`: prep release of @actions/attest v1.5.0
pull/1853/head
Brian DeHamer 2024-10-14 12:49:33 -07:00 committed by GitHub
commit 29d342f176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
# @actions/attest Releases
### 1.5.0
- Bump @actions/core from 1.10.1 to 1.11.1 [#1847](https://github.com/actions/toolkit/pull/1847)
- Bump @sigstore/bundle from 2.3.2 to 3.0.0 [#1846](https://github.com/actions/toolkit/pull/1846)
- Bump @sigstore/sign from 2.3.2 to 3.0.0 [#1846](https://github.com/actions/toolkit/pull/1846)
### 1.4.2
- Fix bug in `buildSLSAProvenancePredicate`/`attestProvenance` when generating provenance statement for enterprise account using customized OIDC issuer value [#1823](https://github.com/actions/toolkit/pull/1823)
### 1.4.1
- Bump @actions/http-client from 2.2.1 to 2.2.3 [#1805](https://github.com/actions/toolkit/pull/1805)

View File

@ -1,12 +1,12 @@
{
"name": "@actions/attest",
"version": "1.4.2",
"version": "1.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/attest",
"version": "1.4.2",
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View File

@ -1,6 +1,6 @@
{
"name": "@actions/attest",
"version": "1.4.2",
"version": "1.5.0",
"description": "Actions attestation lib",
"keywords": [
"github",