mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 10:52:28 +00:00
rename internal actions (phase 2) (#21)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
430089937b
commit
56a361a160
@ -39,7 +39,7 @@ outputs:
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/attest-build-provenance/generate-build-provenance-predicate@main
|
||||
- uses: actions/attest-build-provenance/predicate@main
|
||||
id: generate-build-provenance-predicate
|
||||
- uses: actions/attest@main
|
||||
id: attest
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
name: 'Generate Build Provenance Statement'
|
||||
description: 'Generate provenance statement for build artifacts'
|
||||
author: 'GitHub'
|
||||
|
||||
outputs:
|
||||
predicate:
|
||||
description: >
|
||||
The JSON-serialized of the attestation predicate.
|
||||
predicate-type:
|
||||
description: >
|
||||
URI identifying the type of the predicate.
|
||||
runs:
|
||||
using: node20
|
||||
main: ../dist/index.js
|
||||
Loading…
Reference in New Issue
Block a user