@@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Setup Rust toolchain
18- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
18+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
1919 with :
2020 toolchain : stable
2121
2222 - name : Install development tools
23- uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
23+ uses : taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
2424 with :
2525 tool : cargo-clone,cross
2626
3232 mv target/${{ matrix.rust_arch }}/release/diesel target/diesel.${{ matrix.docker_arch }}
3333
3434 - name : Upload artifacts
35- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
35+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3636 with :
3737 name : artifact-diesel-${{ matrix.rust_arch }}
3838 path : diesel_cli/target/diesel.${{ matrix.docker_arch }}
@@ -49,12 +49,12 @@ jobs:
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Setup Rust toolchain
52- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
52+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
5353 with :
5454 toolchain : stable
5555
5656 - name : Install development tools
57- uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
57+ uses : taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
5858 with :
5959 tool : cargo-clone,cross
6060
6767 mv target/${{ matrix.rust_arch }}/release/cargo-sqlx target/cargo-sqlx.${{ matrix.docker_arch }}
6868
6969 - name : Upload artifacts
70- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 with :
7272 name : artifact-sqlx-cli-${{ matrix.rust_arch }}
7373 path : |
@@ -86,12 +86,12 @@ jobs:
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : Setup Rust toolchain
89- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
89+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
9090 with :
9191 toolchain : stable
9292
9393 - name : Install development tools
94- uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
94+ uses : taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26
9595 with :
9696 tool : cargo-clone,cross
9797
@@ -103,7 +103,7 @@ jobs:
103103 mv target/${{ matrix.rust_arch }}/release/cargo-llvm-lines target/cargo-llvm-lines.${{ matrix.docker_arch }}
104104
105105 - name : Upload artifacts
106- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
106+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
107107 with :
108108 name : artifact-cargo-llvm-lines-${{ matrix.rust_arch }}
109109 path : cargo-llvm-lines/target/cargo-llvm-lines.${{ matrix.docker_arch }}
@@ -147,10 +147,10 @@ jobs:
147147 docker-images : true
148148 swap-storage : true
149149
150- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
150+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
151151
152152 - name : Download prebuild binaries
153- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
153+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
154154 with :
155155 pattern : artifact-*
156156 merge-multiple : true
0 commit comments