From 4c1cf16aeec6d63f954033b83ee5ca37b38ed68f Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 7 Apr 2026 22:52:22 -0400 Subject: [PATCH] chore(ci): bump socket-registry action refs to main (ec0af5ed) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/provenance.yml | 2 +- .github/workflows/weekly-update.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c46e3c4..3621906 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@ec0af5ed4601f2bca8c042b290135c30854648d9 # 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@ec0af5ed4601f2bca8c042b290135c30854648d9 # main with: node-version: '24' diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index a19f039..79c861d 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@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@ec0af5ed4601f2bca8c042b290135c30854648d9 # main with: debug: ${{ inputs.debug }} package-name: '@socketsecurity/lib' diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 3290e0c..30e55b5 100644 --- a/.github/workflows/weekly-update.yml +++ b/.github/workflows/weekly-update.yml @@ -24,7 +24,7 @@ jobs: outputs: has-updates: ${{ steps.check.outputs.has-updates }} steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@ec0af5ed4601f2bca8c042b290135c30854648d9 # main - name: Check for npm updates id: check @@ -48,7 +48,7 @@ jobs: contents: write pull-requests: write steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@ec0af5ed4601f2bca8c042b290135c30854648d9 # main - name: Create update branch id: branch @@ -60,7 +60,7 @@ jobs: git checkout -b "$BRANCH_NAME" echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT - - uses: SocketDev/socket-registry/.github/actions/setup-git-signing@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + - uses: SocketDev/socket-registry/.github/actions/setup-git-signing@ec0af5ed4601f2bca8c042b290135c30854648d9 # main with: gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} @@ -295,7 +295,7 @@ jobs: test-output.log retention-days: 7 - - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@71ddb13e74d4a3fc87ae2780daffd477c16b9e24 # main + - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@ec0af5ed4601f2bca8c042b290135c30854648d9 # main if: always() notify: