File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments