File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- 'Cargo.lock'
107
107
- name : Install cargo-deny
108
108
if : steps.filter.outputs.src == 'true'
109
- uses : taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
109
+ uses : taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
110
110
with :
111
111
112
112
- name : Check licenses
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121
- - uses : crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
121
+ - uses : crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
122
122
with :
123
123
files : .
124
124
@@ -249,7 +249,7 @@ jobs:
249
249
- uses : ./.github/actions/rustup
250
250
with :
251
251
shared-key : check
252
- - uses : cargo-bins/cargo-binstall@ac0e34cc778e82d0fda528e42de57e41afd2fb1f # v1.11.0
252
+ - uses : cargo-bins/cargo-binstall@6010abb1da3dbaae07e8823fa57c0cd7cf183245 # v1.11.1
253
253
- run : cargo binstall --no-confirm cargo-shear --force
254
254
- run : cargo shear
255
255
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ jobs:
394
394
shared-key : build-bench-${{ inputs.target }}-${{ inputs.profile }}
395
395
396
396
- name : Install cargo-codspeed binary
397
- uses : taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
397
+ uses : taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
398
398
with :
399
399
400
400
@@ -404,7 +404,7 @@ jobs:
404
404
run : cargo codspeed build -p rspack_benchmark --features codspeed
405
405
406
406
- name : Wait for build job
407
-
407
+ uses : lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
408
408
with :
409
409
ref : ${{ github.event.pull_request.head.sha || github.sha }}
410
410
check-name : ' Test Linux / Build'
@@ -430,7 +430,7 @@ jobs:
430
430
run : pnpm run build:js
431
431
432
432
- name : Run benchmark
433
- uses : CodSpeedHQ/action@1015f4f828ff74b7a950909897fe581d6ba868cc # v3
433
+ uses : CodSpeedHQ/action@63ae6025a0ffee97d7736a37c9192dbd6ed4e75f # v3
434
434
timeout-minutes : 30
435
435
with :
436
436
run : pnpm run bench:ci
You can’t perform that action at this time.
0 commit comments