File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284284 EOF
285285
286286 - name : Find existing comment
287- uses : peter-evans/find-comment@v3
287+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
288288 if : github.event.pull_request.head.repo.full_name == github.repository
289289 id : find-comment
290290 with :
@@ -293,7 +293,7 @@ jobs:
293293 body-includes : ' 📊 Benchmark Comparison Results'
294294
295295 - name : Create or update comment
296- uses : peter-evans/create-or-update-comment@v4
296+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
297297 if : github.event.pull_request.head.repo.full_name == github.repository
298298 with :
299299 comment-id : ${{ steps.find-comment.outputs.comment-id }}
Original file line number Diff line number Diff line change 5656 uses : dtolnay/rust-toolchain@stable
5757
5858 - name : Build sdist
59- uses : PyO3/maturin-action@v1
59+ uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1
6060 with :
6161 command : sdist
6262 args : --out dist
@@ -82,12 +82,12 @@ jobs:
8282
8383 - name : Set up QEMU
8484 if : matrix.target == 'aarch64'
85- uses : docker/setup-qemu-action@v3
85+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
8686 with :
8787 platforms : arm64
8888
8989 - name : Build wheels
90- uses : PyO3/maturin-action@v1
90+ uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1
9191 with :
9292 target : ${{ matrix.target }}
9393 args : --release --out dist --find-interpreter
@@ -118,7 +118,7 @@ jobs:
118118 - uses : actions/checkout@v4.2.2
119119
120120 - name : Build wheels
121- uses : PyO3/maturin-action@v1
121+ uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1
122122 with :
123123 target : ${{ matrix.target == 'aarch64' && 'aarch64-apple-darwin' || 'x86_64-apple-darwin' }}
124124 args : --release --out dist
@@ -140,7 +140,7 @@ jobs:
140140 - uses : actions/checkout@v4.2.2
141141
142142 - name : Build wheels
143- uses : PyO3/maturin-action@v1
143+ uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1
144144 with :
145145 args : --release --out dist
146146
You can’t perform that action at this time.
0 commit comments