File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : macos-15
19
19
timeout-minutes : 10
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
with :
23
23
fetch-depth : 1
24
24
57
57
runs-on : ${{ matrix.platform }}
58
58
timeout-minutes : 10
59
59
steps :
60
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61
61
with :
62
62
fetch-depth : 1
63
63
- name : Build
Original file line number Diff line number Diff line change 25
25
# unlikely to succeed.
26
26
timeout-minutes : 20
27
27
steps :
28
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
with :
30
30
fetch-depth : 1
31
31
- name : Show host info
Original file line number Diff line number Diff line change 26
26
runs-on : ${{ matrix.platform }}
27
27
timeout-minutes : 10
28
28
steps :
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
with :
31
31
fetch-depth : 1
32
32
- name : Show host info
Original file line number Diff line number Diff line change 28
28
attestations : write # for provenances
29
29
timeout-minutes : 20
30
30
steps :
31
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
with :
33
33
# https://github.com/reproducible-containers/repro-get/issues/3
34
34
fetch-depth : 0
67
67
gh attestation verify socket_vmnet-${version}-x86_64.tar.gz --owner lima-vm
68
68
\`\`\`
69
69
EOF
70
- - uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
70
+ - uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
71
71
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
72
72
with :
73
73
subject-path : _artifacts/*
You can’t perform that action at this time.
0 commit comments