Skip to content

Commit 1043205

Browse files
authored
pin predicate action to 0.1.0 (#23)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 56a361a commit 1043205

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ inputs:
3131
The GitHub token used to make authenticated API requests.
3232
default: ${{ github.token }}
3333
required: false
34+
3435
outputs:
3536
bundle-path:
3637
description: 'The path to the file containing the attestation bundle(s).'
@@ -39,15 +40,15 @@ outputs:
3940
runs:
4041
using: 'composite'
4142
steps:
42-
- uses: actions/attest-build-provenance/predicate@main
43+
- uses: actions/attest-build-provenance/predicate@56a361a16034268025aa760d300531128e298f1c # predicate@0.1.0
4344
id: generate-build-provenance-predicate
4445
- uses: actions/attest@main
4546
id: attest
4647
with:
47-
github-token: ${{ inputs.github-token }}
4848
subject-path: ${{ inputs.subject-path }}
4949
subject-digest: ${{ inputs.subject-digest }}
5050
subject-name: ${{ inputs.subject-name }}
51-
push-to-registry: ${{ inputs.push-to-registry }}
5251
predicate-type: ${{ steps.generate-build-provenance-predicate.outputs.predicate-type }}
5352
predicate: ${{ steps.generate-build-provenance-predicate.outputs.predicate }}
53+
push-to-registry: ${{ inputs.push-to-registry }}
54+
github-token: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)