Skip to content

Commit e8998f9

Browse files
authored
bump actions/attest from 2.3.0 to 2.4.0 (#654)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 11c67f2 commit e8998f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Attestations are saved in the JSON-serialized [Sigstore bundle][6] format.
121121
If multiple subjects are being attested at the same time, a single attestation
122122
will be created with references to each of the supplied subjects.
123123

124+
The absolute path to the generated attestation is appended to the file
125+
`${RUNNER_TEMP}/created_attestation_paths.txt`. This file will accumulate the
126+
paths to all attestations created over the course of a single workflow.
127+
124128
## Attestation Limits
125129

126130
### Subject Limits

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
steps:
6565
- uses: actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01 # predicate@1.1.5
6666
id: generate-build-provenance-predicate
67-
- uses: actions/attest@afd638254319277bb3d7f0a234478733e2e46a73 # v2.3.0
67+
- uses: actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4.0
6868
id: attest
6969
with:
7070
subject-path: ${{ inputs.subject-path }}

0 commit comments

Comments
 (0)