Skip to content

Commit bd218ad

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

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
@@ -127,6 +127,10 @@ Attestations are saved in the JSON-serialized [Sigstore bundle][8] format.
127127
If multiple subjects are being attested at the same time, a single attestation
128128
will be created with references to each of the supplied subjects.
129129

130+
The absolute path to the generated attestation is appended to the file
131+
`${RUNNER_TEMP}/created_attestation_paths.txt`. This file will accumulate the
132+
paths to all attestations created over the course of a single workflow.
133+
130134
## Attestation Limits
131135

132136
### Subject Limits

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
id: generate-sbom-predicate
7272
with:
7373
sbom-path: ${{ inputs.sbom-path }}
74-
- uses: actions/attest@v2.3.0
74+
- uses: actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4.0
7575
id: attest
7676
with:
7777
subject-path: ${{ inputs.subject-path }}

0 commit comments

Comments
 (0)