Skip to content

Commit cb8d9f1

Browse files
authored
chore(ci): bump SHAs in _local workflows (#191)
1 parent 8d54162 commit cb8d9f1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/_local-not-for-reuse-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@da519693b701861bc0f9690a30f50af1a1dcd49c # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'
@@ -39,11 +39,11 @@ jobs:
3939
autocrlf: false
4040
persist-credentials: false
4141

42-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
42+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
4343
with:
4444
node-version: 22
4545

46-
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@da519693b701861bc0f9690a30f50af1a1dcd49c # main
46+
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
4747

4848
- name: Build registry
4949
shell: bash

.github/workflows/_local-not-for-reuse-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131

3232
jobs:
3333
publish:
34-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@da519693b701861bc0f9690a30f50af1a1dcd49c # main
34+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
3535
with:
3636
debug: ${{ inputs.debug }}
3737
force-registry: ${{ inputs.force-registry }}

.github/workflows/_local-not-for-reuse-weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
has-updates: ${{ steps.check.outputs.has-updates }}
2626
steps:
27-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
2828

2929
- name: Check for npm updates
3030
id: check
@@ -48,7 +48,7 @@ jobs:
4848
contents: write
4949
pull-requests: write
5050
steps:
51-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
51+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
5252
with:
5353
checkout-fetch-depth: '0'
5454

@@ -62,7 +62,7 @@ jobs:
6262
git checkout -b "$BRANCH_NAME"
6363
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6464
65-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@da519693b701861bc0f9690a30f50af1a1dcd49c # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
6666
with:
6767
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868

@@ -268,7 +268,7 @@ jobs:
268268
test-output.log
269269
retention-days: 7
270270

271-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@da519693b701861bc0f9690a30f50af1a1dcd49c # main
271+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@8d54162f37b88ef2970a892b6c619b7c064f0c23 # main
272272
if: always()
273273

274274
notify:

0 commit comments

Comments
 (0)