Skip to content

Commit 22842ec

Browse files
committed
chore(ci): cascade registry SHAs to 3362af95 propagation pin
Propagation SHA bumped to 3362af95 via socket-registry's `_local-not-for-reuse-*.yml` files. Cascade updates every SocketDev/socket-registry ref across ci.yml, weekly-update.yml, and provenance.yml to the current propagation SHA so packageurl-js's workflows run against the same reusable bytes as the direct-push fleet (socket-btm, socket-tui, socket-sdxgen, ultrathink) and socket-lib, which all caught up to 3362af95. Staged only `.github/workflows/` — the repo's in-flight src + scripts edits are untouched. No behavioral change; pure pin refresh.
1 parent b06d9a3 commit 22842ec

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main

.github/workflows/provenance.yml

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

3333
jobs:
3434
publish:
35-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d54c36d0bed05ffffbe8b14e7663927eaa19d5df # main
35+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main
3636
with:
3737
debug: ${{ inputs.debug }}
3838
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
has-updates: ${{ steps.check.outputs.has-updates }}
2626
steps:
27-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main
2828

2929
- name: Check for npm updates
3030
id: check
@@ -49,7 +49,7 @@ jobs:
4949
contents: write
5050
pull-requests: write
5151
steps:
52-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
52+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main
5353

5454
- name: Create update branch
5555
id: branch
@@ -62,7 +62,7 @@ jobs:
6262
git checkout -b "$BRANCH_NAME"
6363
echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
6464
65-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main
6666
with:
6767
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868

@@ -303,7 +303,7 @@ jobs:
303303
test-output.log
304304
retention-days: 7
305305

306-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
306+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@3362af95fadd1e325cb48e9ad6daff21c112bd72 # main
307307
if: always()
308308

309309
notify:

0 commit comments

Comments
 (0)