generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump actions attest from 1.1.2 to 1.2.0 (#101)
Signed-off-by: Brian DeHamer <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ branding: | |
inputs: | ||
subject-path: | ||
description: > | ||
Path to the artifact for which provenance will be generated. Must specify | ||
exactly one of "subject-path" or "subject-digest". | ||
Path to the artifact serving as the subject of the attestation. Must | ||
specify exactly one of "subject-path" or "subject-digest". May contain a | ||
glob pattern or list of paths (total subject count cannot exceed 2500). | ||
required: false | ||
subject-digest: | ||
description: > | ||
|
@@ -45,7 +46,7 @@ runs: | |
steps: | ||
- uses: actions/attest-build-provenance/predicate@db1dde0f270afe12073070ac7aa802958ae3ec04 # [email protected] | ||
id: generate-build-provenance-predicate | ||
- uses: actions/attest@12c083815ed46d5d78222e3824f4a26c42c234d3 # v1.1.2 | ||
- uses: actions/attest@32795ed9174327efe1734fa6d09c9223658ef225 # v1.2.0 | ||
id: attest | ||
with: | ||
subject-path: ${{ inputs.subject-path }} | ||
|