From 2c899a09cc5de3b90519bf62829386ab4ed9c974 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 1 Apr 2026 15:05:58 -0400 Subject: [PATCH] chore(ci): update socket-registry pins, pin deps, add sfw aliases --- .github/workflows/ci.yml | 2 +- .github/workflows/provenance.yml | 2 +- .github/workflows/weekly-update.yml | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be6ba7..db71560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ permissions: jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@b809e72d069356dfaf490134e9a20226dd9376c1 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@6096b06b1790f411714c89c40f72aade2eeaab7c # main with: fail-fast: false lint-script: 'pnpm run lint --all' diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 605a435..e0d77f4 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -27,7 +27,7 @@ permissions: jobs: publish: - uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b809e72d069356dfaf490134e9a20226dd9376c1 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@6096b06b1790f411714c89c40f72aade2eeaab7c # main with: debug: ${{ inputs.debug }} dist-tag: ${{ inputs.dist-tag }} diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 5aced96..05f1f27 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -24,11 +24,13 @@ jobs: outputs: has-updates: ${{ steps.check.outputs.has-updates }} steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@6096b06b1790f411714c89c40f72aade2eeaab7c # main - name: Check for npm updates id: check + shell: bash run: | + alias pnpm="$SFW_BIN pnpm" echo "Checking for npm package updates..." HAS_UPDATES=false NPM_UPDATES=$(pnpm outdated 2>/dev/null || true) @@ -47,7 +49,7 @@ jobs: contents: write pull-requests: write steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@6096b06b1790f411714c89c40f72aade2eeaab7c # main - name: Create update branch id: branch