Skip to content

Commit 4677dcd

Browse files
committed
chore(ci): bump socket-registry action refs to main (da519693)
1 parent 1ff881b commit 4677dcd

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

.github/workflows/binsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup pnpm
132132
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
133133

134-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
134+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
135135

136136
- name: Setup macOS code signing
137137
if: matrix.os == 'macos'
@@ -599,7 +599,7 @@ jobs:
599599
- name: Setup pnpm
600600
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
601601

602-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
602+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
603603

604604
- name: Setup macOS code signing
605605
if: matrix.os == 'macos'
@@ -1032,7 +1032,7 @@ jobs:
10321032
- name: Setup pnpm
10331033
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
10341034

1035-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
1035+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
10361036

10371037
- name: Setup macOS code signing
10381038
if: matrix.os == 'macos'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Lint, Type, Validation
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
40+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
4141

4242
- name: Lint checks
4343
shell: bash
@@ -95,7 +95,7 @@ jobs:
9595
matrix:
9696
os: [ubuntu-latest, macos-latest, windows-latest]
9797
steps:
98-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
98+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
9999

100100
# Platform-specific tests go here
101101
# Package-specific build/test workflows:

.github/workflows/curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
node-version-file: .node-version
140140
cache: ''
141141

142-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
142+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
143143

144144
- name: Initialize curl submodule
145145
shell: bash

.github/workflows/ink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
9090
# Note: version is specified in package.json packageManager field, not here
9191

92-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
92+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
9393

9494
- name: Setup Depot CLI
9595
uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1.7.1

.github/workflows/iocraft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
148148
# Note: version is specified in package.json packageManager field, not here
149149

150-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
150+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
151151

152152
- name: Setup Rust toolchain
153153
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1 (stable)

.github/workflows/lief.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
node-version-file: .node-version
138138
cache: ''
139139

140-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
140+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
141141

142142
- name: Initialize LIEF submodule
143143
shell: bash

.github/workflows/models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
7171
# Note: version is specified in package.json packageManager field, not here
7272

73-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
73+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
7474

7575
- name: Free up disk space
7676
run: |

.github/workflows/node-smol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Setup pnpm
212212
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
213213

214-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
214+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
215215

216216
- name: Load tool versions
217217
id: tool-versions

.github/workflows/onnxruntime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
103103
# Note: version is specified in package.json packageManager field, not here
104104

105-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
105+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
106106

107107
- name: Load cache version from centralized config
108108
id: cache-version

.github/workflows/opentui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Setup pnpm
148148
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
149149

150-
- uses: SocketDev/socket-registry/.github/actions/install@30e79b48bdbbae3e2cbc2689922f20f0f379b76f # main
150+
- uses: SocketDev/socket-registry/.github/actions/install@da519693b701861bc0f9690a30f50af1a1dcd49c # main
151151

152152
- name: Setup Zig
153153
uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464f5f5e2d0 # v2

0 commit comments

Comments
 (0)