From 71bbf8e91b6803c4454b442371eecc77b956b215 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 3 Apr 2025 17:49:07 -0700 Subject: [PATCH] exeriment with OCI header auth Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index db7935c..21f29ca 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: steps: - uses: actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01 # predicate@1.1.5 id: generate-build-provenance-predicate - - uses: actions/attest@a63cfcc7d1aab266ee064c58250cfc2c7d07bc31 # v2.2.1 + - uses: actions/attest@experimental/header-auth id: attest with: subject-path: ${{ inputs.subject-path }}