Skip to content

Commit a065788

Browse files
committed
chore(ci): bump socket-registry refs to main (a5923566) and swap secret ref
1 parent ba16ee7 commit a065788

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ concurrency:
2121
jobs:
2222
ci:
2323
name: Run CI Pipeline
24-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@46132ceb75d2efd44bb0af38504101366f73ca68 # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main

.github/workflows/provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232

3333
jobs:
3434
publish:
35-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@46132ceb75d2efd44bb0af38504101366f73ca68 # main
35+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
3636
with:
3737
debug: ${{ inputs.debug }}
3838
dist-tag: ${{ inputs.dist-tag }}
@@ -42,4 +42,4 @@ jobs:
4242
setup-script: 'ci:validate'
4343
use-trusted-publishing: true
4444
secrets:
45-
SOCKET_API_KEY: ${{ secrets.SOCKET_API_KEY }}
45+
SOCKET_API_KEY: ${{ secrets.SOCKET_API_TOKEN }}

.github/workflows/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@46132ceb75d2efd44bb0af38504101366f73ca68 # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
2828

2929
- name: Check for npm updates
3030
id: check
@@ -49,7 +49,7 @@ jobs:
4949
contents: write
5050
pull-requests: write
5151
steps:
52-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@46132ceb75d2efd44bb0af38504101366f73ca68 # main
52+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
5353

5454
- name: Create update branch
5555
id: branch
@@ -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@46132ceb75d2efd44bb0af38504101366f73ca68 # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
6666
with:
6767
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6868

@@ -303,7 +303,7 @@ jobs:
303303
test-output.log
304304
retention-days: 7
305305

306-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@46132ceb75d2efd44bb0af38504101366f73ca68 # main
306+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
307307
if: always()
308308

309309
notify:

0 commit comments

Comments
 (0)