mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-07-31 04:33:43 +00:00
bump @actions/attest from 1.0.0 to 1.1.0 (#33)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import * as core from '@actions/core'
|
||||
export async function run(): Promise<void> {
|
||||
try {
|
||||
// Calculate subject from inputs and generate provenance
|
||||
const predicate = buildSLSAProvenancePredicate(process.env)
|
||||
const predicate = await buildSLSAProvenancePredicate()
|
||||
|
||||
core.setOutput('predicate', predicate.params)
|
||||
core.setOutput('predicate-type', predicate.type)
|
||||
|
||||
Reference in New Issue
Block a user