Skip to content

Commit 276734a

Browse files
committed
Update reusable workflow SHA to latest
1 parent 00c0d2c commit 276734a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2121
with:
2222
test-setup-script: 'pnpm run pretest:unit'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ permissions:
1212

1313
jobs:
1414
auto-review:
15-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
15+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
1616
secrets:
1717
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
@@ -19,6 +19,6 @@ permissions:
1919

2020
jobs:
2121
claude:
22-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2323
secrets:
2424
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
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
24-
- uses: SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
24+
- uses: SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2525
with:
2626
scope: '@socketsecurity'
2727
- run: npm install -g npm@latest

.github/workflows/release-sea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
103103

104-
- uses: SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
104+
- uses: SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
105105
with:
106106
scope: '@socketsecurity'
107107

@@ -231,7 +231,7 @@ jobs:
231231
steps:
232232
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
233233

234-
- uses: SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
234+
- uses: SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
235235
with:
236236
scope: '@socketsecurity'
237237

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

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

2222
jobs:
2323
socket-auto-pr:
24-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
24+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@7ae88e3722a152788568bdcc84a42cc59261e46e # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

.github/workflows/test-sea-fallback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9292

93-
- uses: SocketDev/socket-registry/.github/actions/setup@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
93+
- uses: SocketDev/socket-registry/.github/actions/setup@7ae88e3722a152788568bdcc84a42cc59261e46e # main
9494
with:
9595
scope: '@socketsecurity'
9696

0 commit comments

Comments
 (0)