Skip to content

Commit 4c55477

Browse files
authored
chore(ci): bump socket-registry actions to 444b6415 (scan auto-skip) (#611)
* chore(ci): bump socket-registry refs to 444b6415 (scan auto-skip + SOCKET_TOOL_CHECKSUMS_FILE) * chore(ci): bump @socketsecurity/lib to 5.24.0 + socket-registry to 0371e83f The bumped socket-registry actions (Layer 1 commit 24ad6b61, surfaced via Layer 3 propagation SHA 0371e83f) now enforce a runtime floor of @socketsecurity/lib >= the latest npm-published version. The previous pin (5.21.0) ships a stubbed pacote fetcher that throws inside downloadPackage when the install action provisions ecc-agentshield. Bumps the consumer pin to 5.24.0 (current npm latest) and re-pins socket-registry refs to the 0371e83f propagation SHA in the same commit so CI clears both gates simultaneously.
1 parent 677a768 commit 4c55477

6 files changed

Lines changed: 22 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
2525
with:
2626
test-script: 'pnpm run test --all --skip-build'

.github/workflows/generate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
echo "Sleeping for $delay seconds..."
4747
sleep $delay
4848
49-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
49+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
5050

5151
- name: Configure push credentials
5252
env:
5353
GH_TOKEN: ${{ github.token }}
5454
run: git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git"
5555

56-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
56+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
5757
with:
5858
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
5959

@@ -145,5 +145,5 @@ jobs:
145145
> \`\`\`
146146
EOF
147147
148-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
148+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
149149
if: always()

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: write # To create GitHub releases
2727
id-token: write # For npm trusted publishing via OIDC
28-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
28+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
2929
with:
3030
debug: ${{ inputs.debug }}
3131
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/weekly-update.yml

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

1111
jobs:
1212
weekly-update:
13-
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
13+
uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@0371e83fccd7e2e5370b9ee7d0ddc882c9790210 # main
1414
with:
1515
test-setup-script: 'pnpm run build'
1616
test-script: 'pnpm test'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@babel/traverse": "7.26.4",
7272
"@babel/types": "7.26.3",
7373
"@oxlint/migrate": "1.52.0",
74-
"@socketsecurity/lib": "5.21.0",
74+
"@socketsecurity/lib": "5.24.0",
7575
"@sveltejs/acorn-typescript": "1.0.8",
7676
"@types/babel__traverse": "7.28.0",
7777
"@types/node": "24.9.2",

pnpm-lock.yaml

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)