Skip to content

Commit f0ad313

Browse files
committed
chore(ci): bump socket-registry actions to 13684cd8
Picks up gh CLI telemetry opt-out (DO_NOT_TRACK=1, GH_TELEMETRY=0) from socket-registry's setup action. Also normalizes two lagging pages.yml / valtown.yml pins that were one SHA behind.
1 parent 660ee38 commit f0ad313

5 files changed

Lines changed: 8 additions & 8 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@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
24+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@13684cd82b9fdf2c389e2e808504014362f39655 # main

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
contents: read
6060
steps:
6161
- name: Setup and install (checkout + Node + pnpm + install)
62-
uses: SocketDev/socket-registry/.github/actions/setup-and-install@d7b5d15a9be8973a5715459d12b9a033603a5ff5 # main
62+
uses: SocketDev/socket-registry/.github/actions/setup-and-install@13684cd82b9fdf2c389e2e808504014362f39655 # main
6363
with:
6464
checkout-fetch-depth: '1'
6565

.github/workflows/provenance.yml

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

2828
jobs:
2929
publish:
30-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
30+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@13684cd82b9fdf2c389e2e808504014362f39655 # main
3131
with:
3232
debug: ${{ inputs.debug }}
3333
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/valtown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "VALTOWN_TOKEN present (length: ${#VALTOWN_TOKEN})"
7575
7676
- name: Setup and install (checkout + Node + pnpm + install)
77-
uses: SocketDev/socket-registry/.github/actions/setup-and-install@d7b5d15a9be8973a5715459d12b9a033603a5ff5 # main
77+
uses: SocketDev/socket-registry/.github/actions/setup-and-install@13684cd82b9fdf2c389e2e808504014362f39655 # main
7878
with:
7979
checkout-fetch-depth: '1'
8080

.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@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@13684cd82b9fdf2c389e2e808504014362f39655 # 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@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
52+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@13684cd82b9fdf2c389e2e808504014362f39655 # 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@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
65+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@13684cd82b9fdf2c389e2e808504014362f39655 # 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@ebf1b48f962ea4978d63f18d5ac711cab94d597f # main
306+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@13684cd82b9fdf2c389e2e808504014362f39655 # main
307307
if: always()
308308

309309
notify:

0 commit comments

Comments
 (0)