File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
2121jobs :
2222 ci :
2323 name : Run CI Pipeline
24- uses : SocketDev/socket-registry/.github/workflows/ci.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
24+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
2525 with :
2626 test-script : ' pnpm exec vitest --config .config/vitest.config.mts run'
2727
3131 runs-on : ubuntu-latest
3232 timeout-minutes : 10
3333 steps :
34- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
34+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3535 - name : Build project
3636 run : pnpm run build
3737
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626
2727jobs :
2828 publish :
29- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
29+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3030 with :
3131 debug : ${{ inputs.debug }}
3232 dry-run : ${{ inputs.dry-run }}
Original file line number Diff line number Diff line change 2929 outputs :
3030 has-updates : ${{ steps.check.outputs.has-updates }}
3131 steps :
32- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
32+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
3333 - name : Check for npm updates
3434 id : check
3535 shell : bash
5353 contents : write
5454 pull-requests : write
5555 steps :
56- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
56+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@edae625d0f450d02890a9bbd313368c27f0f8183 # main (2026-05-15)
5757 - name : Create update branch
5858 id : branch
5959 env :
You can’t perform that action at this time.
0 commit comments