Skip to content

Commit 40b88eb

Browse files
committed
chore(ci): cascade-internal pass 2 — bump stale inner pins to 99b0048
Second pass after acfb013. cascade-internal detected that setup-and-install + 3 _local-not-for-reuse workflows had pins that pointed at SHAs predating the engines.pnpm bump. Bumping them to 99b0048 (current main). Manual commit because the script's commit step was killed by the SOCKET_API_KEY 401 in the pre-commit hook chain (user- authorized via 'Allow lint bypass').
1 parent 99b0048 commit 40b88eb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-and-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
working-directory: ${{ inputs.working-directory }}
7979

8080
- name: Setup environment
81-
uses: SocketDev/socket-registry/.github/actions/setup@4bc650438ac95c1d940c92bdb29b87c81201de03 # main (2026-05-15)
81+
uses: SocketDev/socket-registry/.github/actions/setup@99b0048469e527273606abd8bb575a9e9d18b304 # main (2026-05-15)
8282
with:
8383
debug: ${{ inputs.debug }}
8484
node-version: ${{ inputs.node-version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@99b0048469e527273606abd8bb575a9e9d18b304 # main (2026-05-15)
2121
with:
2222
test-script: 'pnpm run test --all --fast'
2323
node-versions: '["22", "24"]'

.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@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
34+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@99b0048469e527273606abd8bb575a9e9d18b304 # main (2026-05-15)
3535
with:
3636
debug: ${{ inputs.debug }}
3737
force-registry: ${{ inputs.force-registry }}

.github/workflows/_local-not-for-reuse-weekly-update.yml

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

1616
jobs:
1717
weekly-update:
18-
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@acfb0136c5c85334783e5e335a78b864e73f4fd9 # main (2026-05-15)
18+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@99b0048469e527273606abd8bb575a9e9d18b304 # main (2026-05-15)
1919
with:
2020
test-setup-script: ''
2121
test-script: 'pnpm test'

0 commit comments

Comments
 (0)