File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout provenact-cli
17- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818
1919 - name : Read source commit from sync manifest
2020 id : sync_manifest
3030 echo "source_commit=$source_commit" >> "$GITHUB_OUTPUT"
3131
3232 - name : Checkout provenact-spec at pinned source commit
33- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
33+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3434 with :
3535 repository : opertus-systems/provenact-spec
3636 ref : ${{ steps.sync_manifest.outputs.source_commit }}
4848 - sync-spec-check
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5252
5353 - name : Install Rust
5454 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
66+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6767
6868 - name : Verify release contract pin metadata
6969 shell : bash
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616
1717 - name : Install Rust
1818 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
Original file line number Diff line number Diff line change 2020 COSIGN_YES : " true"
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
2525 - name : Install Rust
2626 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818
1919 - name : Enforce keys-digest usage in verify/run examples
2020 run : ./scripts/check-keys-digest-usage.sh
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
2828 - name : Install Rust
2929 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4444
4545 - name : Install Rust
4646 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
61+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6262
6363 - name : Install Rust
6464 uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7
You can’t perform that action at this time.
0 commit comments