Skip to content

Commit 7b8dfea

Browse files
committed
fix(workflows): update provenance workflow SHA to remote main
Updates the provenance workflow reference to use the actual remote main SHA (d258105) which exists on GitHub, fixing the "workflow was not found" error. The previous SHA (bdc7093) only existed locally.
1 parent db241d5 commit 7b8dfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_local-not-for-reuse-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131

3232
jobs:
3333
publish:
34-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@bdc7093e232f6f311339aca89e13bf3bbdd5d7ac # main
34+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d258105e2251fa8d0f7fa71ae16ad2428dad8238 # main
3535
with:
3636
debug: ${{ inputs.debug }}
3737
force-registry: ${{ inputs.force-registry }}

0 commit comments

Comments
 (0)