From 404be778d70fbe34b7986e8184b55c7fb982fe34 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 30 Mar 2026 23:07:59 -0400 Subject: [PATCH 1/2] chore(ci): update socket-registry workflow refs for Node.js 24 support --- .github/workflows/ci.yml | 4 ++-- .github/workflows/provenance.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ad933a..cb63ac1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ permissions: jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main with: test-setup-script: 'pnpm run build' lint-script: 'pnpm run lint --all' @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main with: node-version: '24' diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index f7b82d1..5645ca5 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -21,7 +21,7 @@ permissions: jobs: publish: - uses: SocketDev/socket-registry/.github/workflows/provenance.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main with: debug: ${{ inputs.debug }} package-name: '@socketsecurity/lib' From b354185979037f9a163a200967bcc96ebe8e00c8 Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 30 Mar 2026 23:23:46 -0400 Subject: [PATCH 2/2] chore(ci): update socket-registry workflow refs to latest main --- .github/workflows/ci.yml | 4 ++-- .github/workflows/provenance.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb63ac1..9340f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ permissions: jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@b809e72d069356dfaf490134e9a20226dd9376c1 # main with: test-setup-script: 'pnpm run build' lint-script: 'pnpm run lint --all' @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@b809e72d069356dfaf490134e9a20226dd9376c1 # main with: node-version: '24' diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 5645ca5..6319d69 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -21,7 +21,7 @@ permissions: jobs: publish: - uses: SocketDev/socket-registry/.github/workflows/provenance.yml@e2289f7caae8f9cbfa1778984066449347bcd5f1 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@b809e72d069356dfaf490134e9a20226dd9376c1 # main with: debug: ${{ inputs.debug }} package-name: '@socketsecurity/lib'