We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe4638 commit eb53b17Copy full SHA for eb53b17
1 file changed
.github/workflows/_local-not-for-reuse-ci.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
ci:
19
name: Run CI Pipeline
20
- uses: SocketDev/socket-registry/.github/workflows/ci.yml@5493889f49d7a9ed2bde450f5ff127f102535cf7 # main
+ uses: SocketDev/socket-registry/.github/workflows/ci.yml@bbe46386c0a2bc6baefd02916234956a38e622d5 # main
21
with:
22
test-script: 'pnpm run test --all --fast'
23
node-versions: '["22", "24"]'
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
timeout-minutes: 15
32
steps:
33
- - uses: SocketDev/socket-registry/.github/actions/setup-and-install@5493889f49d7a9ed2bde450f5ff127f102535cf7 # main
+ - uses: SocketDev/socket-registry/.github/actions/setup-and-install@bbe46386c0a2bc6baefd02916234956a38e622d5 # main
34
35
node-version: 22
36
0 commit comments