File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525 with :
2626 fetch-depth : 10
2727 ref : ${{ inputs.ref || 'main' }}
3232 corepack enable
3333
3434 - name : Setup Node.js ${{ matrix.node-version }}
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 cache : ' pnpm'
4242
4343 # only run benchmark in Ubuntu
4444 - name : Benchmarks (Vitest)
45- uses : CodSpeedHQ/action@v3
45+ uses : CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3
4646 with :
4747 run : pnpm run test:benchmark
4848 # token retrieved from the CodSpeed app at the previous step
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 with :
2323 fetch-depth : 1
2424
2828 corepack enable
2929
3030 - name : Setup Node.js
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3232 with :
3333 node-version : 22
3434 cache : ' pnpm'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : github.repository == 'web-infra-dev/rslib'
1919 steps :
20- 20+ - uses : github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
2121 with :
2222 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
2323 configuration-path : .github/pr-labeler.yml
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 with :
2121 fetch-depth : 1
2222
3535
3636 - name : Setup Node.js
3737 if : steps.changes.outputs.changed == 'true'
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3939 with :
4040 node-version : 22
4141 cache : ' pnpm'
Original file line number Diff line number Diff line change 3131 environment : production
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 with :
3636 fetch-depth : 1
3737 ref : ${{ github.event.inputs.branch }}
4242 corepack enable
4343
4444 - name : Setup Node.js
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4646 with :
4747 node-version : 22
4848 cache : ' pnpm'
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030 with :
3131 fetch-depth : 1
3232
5454
5555 - name : Setup Node.js ${{ matrix.node-version }}
5656 if : steps.changes.outputs.changed == 'true'
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
5858 with :
5959 node-version : ${{ matrix.node-version }}
6060 cache : ' pnpm'
8484
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8888 with :
8989 fetch-depth : 1
9090
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Setup Node.js ${{ matrix.node-version }}
114114 if : steps.changes.outputs.changed == 'true'
115- uses : actions/setup-node@v4
115+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
116116 with :
117117 node-version : ${{ matrix.node-version }}
118118 cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments