diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 237e333..a053f98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ concurrency: jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@780f6b678a99be879cfa066afc066a4104fe9d6e # main diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a414e79..ad4030d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -60,7 +60,7 @@ jobs: contents: read steps: - name: Setup and install (checkout + Node + pnpm + install) - uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + uses: SocketDev/socket-registry/.github/actions/setup-and-install@780f6b678a99be879cfa066afc066a4104fe9d6e # main with: checkout-fetch-depth: '1' diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index f9d2d7b..62d0e78 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@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + uses: SocketDev/socket-registry/.github/workflows/provenance.yml@780f6b678a99be879cfa066afc066a4104fe9d6e # main with: debug: ${{ inputs.debug }} dist-tag: ${{ inputs.dist-tag }} diff --git a/.github/workflows/valtown.yml b/.github/workflows/valtown.yml index 4018138..11871c8 100644 --- a/.github/workflows/valtown.yml +++ b/.github/workflows/valtown.yml @@ -74,7 +74,7 @@ jobs: echo "VALTOWN_TOKEN present (length: ${#VALTOWN_TOKEN})" - name: Setup and install (checkout + Node + pnpm + install) - uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + uses: SocketDev/socket-registry/.github/actions/setup-and-install@780f6b678a99be879cfa066afc066a4104fe9d6e # main with: checkout-fetch-depth: '1' diff --git a/.github/workflows/weekly-update.yml b/.github/workflows/weekly-update.yml index 1e56024..617691b 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@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@780f6b678a99be879cfa066afc066a4104fe9d6e # main - name: Check for npm updates id: check @@ -49,7 +49,7 @@ jobs: contents: write pull-requests: write steps: - - uses: SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + - uses: SocketDev/socket-registry/.github/actions/setup-and-install@780f6b678a99be879cfa066afc066a4104fe9d6e # main - name: Create update branch id: branch @@ -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@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + - uses: SocketDev/socket-registry/.github/actions/setup-git-signing@780f6b678a99be879cfa066afc066a4104fe9d6e # main with: gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} @@ -309,7 +309,7 @@ jobs: test-output.log retention-days: 7 - - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main + - uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@780f6b678a99be879cfa066afc066a4104fe9d6e # main if: always() notify: