File tree 10 files changed +962
-1002
lines changed
10 files changed +962
-1002
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repo
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
21
- name : Setup Node.js LTS
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
23
with :
24
24
node-version : lts/*
25
25
cache : yarn
31
31
run : yarn format
32
32
33
33
- name : Apply autofix.ci
34
- uses : autofix-ci/action@v1
34
+ uses : autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1.3.1
35
35
with :
36
36
fail-fast : false
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
fail-fast : false
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Setup Node.js ${{ matrix.node }}
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
31
31
with :
32
32
node-version : ${{ matrix.node }}
33
33
cache : yarn
43
43
PARSER_NO_WATCH : true
44
44
45
45
- name : Codecov
46
- uses : codecov/codecov-action@v5
46
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
47
47
with :
48
48
token : ${{ secrets.CODECOV_TOKEN }}
Load Diff This file was deleted.
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.2.2
17
17
18
18
- name : Setup Node.js LTS
19
- uses : actions/setup-node@v4
19
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20
20
with :
21
21
node-version : lts/*
22
22
cache : yarn
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout Repo
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
27
27
fetch-depth : 0
28
28
29
29
- name : Setup Node.js LTS
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
31
31
with :
32
32
node-version : lts/*
33
33
cache : yarn
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
size-limit :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- name : Setup Node.js LTS
20
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
21
21
with :
22
22
node-version : lts/*
23
23
cache : yarn
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 7
7
path : .yarn/plugins/plugin-prepare-lifecycle.cjs
8
8
spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
9
9
10
- yarnPath : .yarn/releases/yarn-4.8 .1.cjs
10
+ yarnPath : .yarn/releases/yarn-4.9 .1.cjs
Original file line number Diff line number Diff line change 10
10
],
11
11
"funding" : " https://opencollective.com/eslint-import-resolver-typescript" ,
12
12
"license" : " ISC" ,
13
- "packageManager" : " yarn@4.8 .1" ,
13
+ "packageManager" : " yarn@4.9 .1" ,
14
14
"engines" : {
15
15
"node" : " ^16.17.0 || >=18.6.0"
16
16
},
You can’t perform that action at this time.
0 commit comments