From 0820207b392524fa97cb19d58b178bc80ced7922 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 8 Apr 2026 13:37:00 -0400 Subject: [PATCH] chore(ci): bump SHAs in _local workflows --- .github/workflows/_local-not-for-reuse-ci.yml | 6 +++--- .github/workflows/_local-not-for-reuse-provenance.yml | 2 +- .github/workflows/_local-not-for-reuse-weekly-update.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_local-not-for-reuse-ci.yml b/.github/workflows/_local-not-for-reuse-ci.yml index 070c0635..ab2de34a 100644 --- a/.github/workflows/_local-not-for-reuse-ci.yml +++ b/.github/workflows/_local-not-for-reuse-ci.yml @@ -17,7 +17,7 @@ permissions: jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main with: fail-fast: false lint-script: 'pnpm run lint --all' @@ -39,11 +39,11 @@ jobs: autocrlf: false persist-credentials: false - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main with: node-version: 22 - - uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main - name: Build registry shell: bash diff --git a/.github/workflows/_local-not-for-reuse-provenance.yml b/.github/workflows/_local-not-for-reuse-provenance.yml index 8d2d1d13..072e585a 100644 --- a/.github/workflows/_local-not-for-reuse-provenance.yml +++ b/.github/workflows/_local-not-for-reuse-provenance.yml @@ -31,7 +31,7 @@ permissions: jobs: publish: - uses: SocketDev/socket-registry/.github/workflows/provenance.yml@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main with: debug: ${{ inputs.debug }} force-registry: ${{ inputs.force-registry }} diff --git a/.github/workflows/_local-not-for-reuse-weekly-update.yml b/.github/workflows/_local-not-for-reuse-weekly-update.yml index f58f8387..918cdb0f 100644 --- a/.github/workflows/_local-not-for-reuse-weekly-update.yml +++ b/.github/workflows/_local-not-for-reuse-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@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # 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@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main with: checkout-fetch-depth: '0' @@ -62,7 +62,7 @@ jobs: git checkout -b "$BRANCH_NAME" echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT - - uses: SocketDev/socket-registry/.github/actions/setup-git-signing@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/setup-git-signing@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main with: gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} @@ -268,7 +268,7 @@ jobs: test-output.log retention-days: 7 - - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@41dc4fec7404b410910bb1402fb5d5cbab589d07 # main + - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@d7a5aac3605003c3534c144e7a97c7d292d7bef4 # main if: always() notify: