File tree Expand file tree Collapse file tree 10 files changed +364
-357
lines changed Expand file tree Collapse file tree 10 files changed +364
-357
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
runs-on : ${{ matrix.os }}
30
30
steps :
31
31
- name : Checkout Repo
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
33
34
34
- name : Setup Node.js ${{ matrix.node }}
35
- uses : actions/setup-node@v4
35
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
36
36
with :
37
37
node-version : ${{ matrix.node }}
38
38
cache : yarn
39
39
40
- - uses : oven-sh/setup-bun@v2
40
+ - uses : oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
41
41
with :
42
42
bun-version : ${{ matrix.bun }}
43
43
68
68
run : yarn benchmark
69
69
70
70
- name : Codecov
71
- uses : codecov/codecov-action@v5
71
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
72
72
with :
73
73
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35
35
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@v3
37
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
queries : +security-and-quality
43
43
- test/fixtures/yarn-pnp/.pnp.*
44
44
45
45
- name : Autobuild
46
- uses : github/codeql-action/autobuild@v3
46
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
47
47
48
48
- name : Perform CodeQL Analysis
49
- uses : github/codeql-action/analyze@v3
49
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
50
50
with :
51
51
category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- name : Checkout Repo
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : Setup Node.js LTS
19
- uses : actions/setup-node@v4
19
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
20
20
with :
21
21
node-version : lts/*
22
22
cache : yarn
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
19
19
- name : Package Size Report
20
- uses : pkg-size/action@v1
20
+ uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
21
21
continue-on-error : true
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
22
22
23
23
- name : Setup Node.js LTS
24
- uses : actions/setup-node@v4
24
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
25
25
with :
26
26
node-version : lts/*
27
27
cache : yarn
Original file line number Diff line number Diff line change 1
- 20
1
+ 22
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 9
9
path : .yarn/plugins/plugin-prepare-lifecycle.cjs
10
10
spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
11
11
12
- yarnPath : .yarn/releases/yarn-4.7.0 .cjs
12
+ yarnPath : .yarn/releases/yarn-4.8.1 .cjs
Original file line number Diff line number Diff line change 7
7
"author" :
" JounQin (https://www.1stG.me) <[email protected] >" ,
8
8
"funding" : " https://opencollective.com/unts" ,
9
9
"license" : " MIT" ,
10
- "packageManager" : " yarn@4.7.0 " ,
10
+ "packageManager" : " yarn@4.8.1 " ,
11
11
"engines" : {
12
12
"node" : " ^14.18.0 || >=16.0.0"
13
13
},
81
81
"eslint" : " ^9.23.0" ,
82
82
"jest" : " ^29.7.0" ,
83
83
"lint-staged" : " ^15.5.0" ,
84
- "make-synchronized" : " ^0.3.1 " ,
84
+ "make-synchronized" : " ^0.7.0 " ,
85
85
"node-gyp" : " ^11.1.0" ,
86
86
"prettier" : " ^3.5.3" ,
87
87
"simple-git-hooks" : " ^2.12.1" ,
88
88
"sync-threads" : " ^1.0.1" ,
89
89
"synckit" : " link:." ,
90
- "tinyexec" : " ^0.3.2 " ,
90
+ "tinyexec" : " ^1.0.0 " ,
91
91
"ts-expect" : " ^1.3.0" ,
92
92
"ts-jest" : " ^29.2.6" ,
93
93
"ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change @@ -10877,10 +10877,10 @@ __metadata:
10877
10877
languageName: node
10878
10878
linkType: hard
10879
10879
10880
- "make-synchronized@npm:^0.3.1 ":
10881
- version: 0.3.1
10882
- resolution: "make-synchronized@npm:0.3.1 "
10883
- checksum: 10c0/bdd1052e17f461599850f718c57e6ef27fa9c4a5525e0c3910852c5928bdd751b5731027ba92ff28bdf075c00f68fcdcf9d31571b8f44290a137a67a25bdc0ea
10880
+ "make-synchronized@npm:^0.7.0 ":
10881
+ version: 0.7.2
10882
+ resolution: "make-synchronized@npm:0.7.2 "
10883
+ checksum: 10c0/15384e1ad0bbff2632abb726d0928a20a06c5edb92e5b027cd50f83c265f3bc118e3f4b5e597f4e6c3cd9d0059fc4ab6d2dd36d6718e717168b989e716c36809
10884
10884
languageName: node
10885
10885
linkType: hard
10886
10886
@@ -15152,13 +15152,13 @@ __metadata:
15152
15152
eslint: "npm:^9.23.0"
15153
15153
jest: "npm:^29.7.0"
15154
15154
lint-staged: "npm:^15.5.0"
15155
- make-synchronized: "npm:^0.3.1 "
15155
+ make-synchronized: "npm:^0.7.0 "
15156
15156
node-gyp: "npm:^11.1.0"
15157
15157
prettier: "npm:^3.5.3"
15158
15158
simple-git-hooks: "npm:^2.12.1"
15159
15159
sync-threads: "npm:^1.0.1"
15160
15160
synckit: "link:."
15161
- tinyexec: "npm:^0.3.2 "
15161
+ tinyexec: "npm:^1.0.0 "
15162
15162
ts-expect: "npm:^1.3.0"
15163
15163
ts-jest: "npm:^29.2.6"
15164
15164
ts-node: "npm:^10.9.2"
@@ -15247,13 +15247,20 @@ __metadata:
15247
15247
languageName: node
15248
15248
linkType: hard
15249
15249
15250
- "tinyexec@npm:^0.3.0, tinyexec@npm:^0.3.2 ":
15250
+ "tinyexec@npm:^0.3.0":
15251
15251
version: 0.3.2
15252
15252
resolution: "tinyexec@npm:0.3.2"
15253
15253
checksum: 10c0/3efbf791a911be0bf0821eab37a3445c2ba07acc1522b1fa84ae1e55f10425076f1290f680286345ed919549ad67527d07281f1c19d584df3b74326909eb1f90
15254
15254
languageName: node
15255
15255
linkType: hard
15256
15256
15257
+ "tinyexec@npm:^1.0.0":
15258
+ version: 1.0.1
15259
+ resolution: "tinyexec@npm:1.0.1"
15260
+ checksum: 10c0/e1ec3c8194a0427ce001ba69fd933d0c957e2b8994808189ed8020d3e0c01299aea8ecf0083cc514ecbf90754695895f2b5c0eac07eb2d0c406f7d4fbb8feade
15261
+ languageName: node
15262
+ linkType: hard
15263
+
15257
15264
"tinyglobby@npm:^0.2.12":
15258
15265
version: 0.2.12
15259
15266
resolution: "tinyglobby@npm:0.2.12"
You can’t perform that action at this time.
0 commit comments