File tree 7 files changed +18
-18
lines changed
7 files changed +18
-18
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
20
20
21
21
- name : Setup Node.js LTS
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
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
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
28
28
29
29
- name : Setup Node.js ${{ matrix.node }}
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
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@0565863a31f2c772f9f0395002a31e3f06189574 # v5
47
47
with :
48
48
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
37
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@v3
39
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
queries : +security-and-quality
45
45
- tests/pnp/.pnp.*
46
46
47
47
- name : Autobuild
48
- uses : github/codeql-action/autobuild@v3
48
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@v3
51
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
52
52
with :
53
53
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 @@ -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
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
31
31
with :
32
32
node-version : lts/*
33
33
cache : yarn
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
18
18
size-limit :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
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
28
28
29
29
- name : Install Dependencies
30
30
run : yarn --immutable
31
31
32
- -
uses :
andresz1/[email protected]
32
+ - uses : andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
33
33
with :
34
34
github_token : ${{ secrets.GITHUB_TOKEN }}
35
35
skip_step : install
Original file line number Diff line number Diff line change 1
- 18.20.8
1
+ 22.14.0
You can’t perform that action at this time.
0 commit comments