Skip to content

Commit 530ca1e

Browse files
jdaltonclaude
andcommitted
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. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d258105 commit 530ca1e

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)