Skip to content

Commit 4d468c4

Browse files
committed
chore(ci): bump socket-registry action refs to main (d425cd05)
1 parent 84e6b08 commit 4d468c4

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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
134+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # main
135135

136136
- name: Setup macOS code signing
137137
if: matrix.os == 'macos'
@@ -596,7 +596,7 @@ jobs:
596596
- name: Setup pnpm
597597
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
598598

599-
- uses: SocketDev/socket-registry/.github/actions/install@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
599+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # main
600600

601601
- name: Setup macOS code signing
602602
if: matrix.os == 'macos'
@@ -1026,7 +1026,7 @@ jobs:
10261026
- name: Setup pnpm
10271027
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
10281028

1029-
- uses: SocketDev/socket-registry/.github/actions/install@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
1029+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # main
10301030

10311031
- name: Setup macOS code signing
10321032
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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
40+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d425cd0501e354096f35043e1badecc370a2fecf # main
4141

4242
- name: Lint checks
4343
shell: bash
@@ -92,7 +92,7 @@ jobs:
9292
matrix:
9393
os: [ubuntu-latest, macos-latest, windows-latest]
9494
steps:
95-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
95+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d425cd0501e354096f35043e1badecc370a2fecf # main
9696

9797
# Platform-specific tests go here
9898
# 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
142+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
92+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
150+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
140+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
73+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
214+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
105+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # 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@a2508ee16ecd49224d4367d262fd83a2ca8473c8 # main
150+
- uses: SocketDev/socket-registry/.github/actions/install@d425cd0501e354096f35043e1badecc370a2fecf # main
151151

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

0 commit comments

Comments
 (0)