Skip to content

Commit 0a0a2e0

Browse files
committed
chore(ci): update workflow SHA references to latest
1 parent 170262e commit 0a0a2e0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
needs: versions
6565
permissions:
6666
contents: read # Read repository contents for CI checks and build operations.
67-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
67+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@67a3db92603c23c58031586611c7cc852244c87c # main
6868
with:
6969
test-setup-script: 'pnpm --filter @socketsecurity/cli run build'
7070
lint-script: 'pnpm --filter @socketsecurity/cli run check'
@@ -93,7 +93,7 @@ jobs:
9393
node-version: ${{ fromJSON(inputs.node-versions || needs.versions.outputs.node) }}
9494
shard: [1, 2, 3]
9595
steps:
96-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
96+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@67a3db92603c23c58031586611c7cc852244c87c # main
9797
with:
9898
node-version: ${{ matrix.node-version }}
9999

@@ -158,7 +158,7 @@ jobs:
158158
matrix:
159159
node-version: ${{ fromJSON(inputs.node-versions || needs.versions.outputs.node) }}
160160
steps:
161-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
161+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@67a3db92603c23c58031586611c7cc852244c87c # main
162162
with:
163163
node-version: ${{ matrix.node-version }}
164164

@@ -360,7 +360,7 @@ jobs:
360360
os: [ubuntu-latest]
361361
shard: [1, 2]
362362
steps:
363-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
363+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@67a3db92603c23c58031586611c7cc852244c87c # main
364364
with:
365365
node-version: ${{ matrix.node-version }}
366366

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
contents: read # Read repository contents for code review analysis.
1919
id-token: write # Mint OIDC tokens for authentication with external services.
2020
pull-requests: read # Read PR metadata and comments for review context.
21-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
21+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@67a3db92603c23c58031586611c7cc852244c87c # main
2222
secrets:
2323
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
id-token: write # Mint OIDC tokens for authentication with external services.
2626
issues: write # Create and update issue comments with Claude responses.
2727
pull-requests: write # Create and update PR comments with Claude responses.
28-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
28+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@67a3db92603c23c58031586611c7cc852244c87c # main
2929
secrets:
3030
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies
7070
run: pnpm install --frozen-lockfile
7171

72-
- uses: SocketDev/socket-registry/.github/actions/setup@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
72+
- uses: SocketDev/socket-registry/.github/actions/setup@67a3db92603c23c58031586611c7cc852244c87c # main
7373
with:
7474
scope: '@socketsecurity'
7575
- name: Cache yoga-layout WASM

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: write # Push commits and create branches for automated fixes.
2828
pull-requests: write # Create and update PRs with automated security fixes.
29-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
29+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@67a3db92603c23c58031586611c7cc852244c87c # main
3030
with:
3131
debug: ${{ inputs.debug }}
3232
autopilot: true

0 commit comments

Comments
 (0)