We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3280f commit eac616cCopy full SHA for eac616c
1 file changed
.github/workflows/weekly-update.yml
@@ -24,7 +24,7 @@ jobs:
24
outputs:
25
has-updates: ${{ steps.check.outputs.has-updates }}
26
steps:
27
- - uses: SocketDev/socket-registry/.github/actions/setup-and-install@adb5697306eb2619b3255c2406e52e04cc99d555 # main
+ - uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main
28
29
- name: Check for npm updates
30
id: check
@@ -47,7 +47,7 @@ jobs:
47
contents: write
48
pull-requests: write
49
50
51
52
- name: Install Claude Code
53
run: npm install -g @anthropic-ai/claude-code
0 commit comments