mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-15 20:03: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:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/attest-build-provenance/generate-build-provenance-predicate@main
|
- uses: actions/attest-build-provenance/predicate@main
|
||||||
id: generate-build-provenance-predicate
|
id: generate-build-provenance-predicate
|
||||||
- uses: actions/attest@main
|
- uses: actions/attest@main
|
||||||
id: attest
|
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