Skip to content

Commit 3478168

Browse files
committed
chore(workflows): update socket-registry SHA references
Update socket-registry workflow references from 1a96ced to e145a6b. This includes the latest fixes for: - pnpm version conflict resolution - zizmor findings - Template injection vulnerabilities - Credential persistence settings
1 parent fb7868d commit 3478168

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

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

1616
jobs:
1717
auto-review:
18-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@e145a6b355d614054e4df3d49ba5218812f42b3e # main
1919
secrets:
2020
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
@@ -22,6 +22,6 @@ permissions:
2222

2323
jobs:
2424
claude:
25-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@e145a6b355d614054e4df3d49ba5218812f42b3e # main
2626
secrets:
2727
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 @@ permissions:
2121

2222
jobs:
2323
publish:
24-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@e145a6b355d614054e4df3d49ba5218812f42b3e # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
package-name: '@socketregistry/lib'

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

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

2525
jobs:
2626
socket-auto-pr:
27-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@1a96ced97aaa85d61543351b90d6f463b983c46c # main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@e145a6b355d614054e4df3d49ba5218812f42b3e # main
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@socketsecurity/lib",
33
"version": "3.3.1",
4+
"packageManager": "pnpm@>=10.21.0",
45
"license": "MIT",
56
"description": "Core utilities and infrastructure for Socket.dev security tools",
67
"keywords": [

0 commit comments

Comments
 (0)