@@ -47,17 +47,17 @@ jobs:
4747 persist-credentials : false
4848
4949 - name : Install Rust toolchain
50- uses : dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # ratchet:dtolnay/rust-toolchain@stable
50+ uses : dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # ratchet:dtolnay/rust-toolchain@stable
5151 with :
5252 toolchain : stable
5353 target : ${{ matrix.target }}
5454
5555 - name : Setup Rust cache
56- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # ratchet:Swatinem/rust-cache@v2
56+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # ratchet:Swatinem/rust-cache@v2
5757 if : ${{ inputs.disable-cache != true }}
5858
5959 - name : Install cargo-auditable
60- uses : taiki-e/install-action@575f713d0233afba556737a7b85080563be14186 # ratchet:taiki-e/install-action@v2
60+ uses : taiki-e/install-action@2cab843126c0d8cf950bf55f4e9b8413f70f553f # ratchet:taiki-e/install-action@v2
6161 with :
6262 tool : cargo-auditable
6363
6868 CARGO_PROFILE_RELEASE_CODEGEN_UNITS : " 1"
6969
7070 - name : Generate build provenance attestations
71- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # ratchet:actions/attest-build-provenance@v2
71+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # ratchet:actions/attest-build-provenance@v2
7272 if : ${{ github.event_name != 'pull_request' }}
7373 with :
7474 subject-path : |
@@ -109,13 +109,13 @@ jobs:
109109 persist-credentials : false
110110
111111 - name : Install Nix
112- uses : cachix/install-nix-action@d1ca217b388ee87b2507a9a93bf01368bde7cec2 # ratchet:cachix/install-nix-action@v31
112+ uses : cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # ratchet:cachix/install-nix-action@v31
113113
114114 - name : Build
115115 run : nix build --print-build-logs '.#nrr-static-${{ matrix.target }}'
116116
117117 - name : Generate build provenance attestations
118- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # ratchet:actions/attest-build-provenance@v2
118+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # ratchet:actions/attest-build-provenance@v2
119119 if : ${{ github.event_name != 'pull_request' }}
120120 with :
121121 subject-path : ./result/bin/nrr
0 commit comments