File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 25
25
attestations : write # for provenances
26
26
timeout-minutes : 20
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
29
with :
30
30
# https://github.com/reproducible-containers/repro-get/issues/3
31
31
fetch-depth : 0
66
66
gh attestation verify socket_vmnet-${version}-x86_64.tar.gz --owner lima-vm
67
67
\`\`\`
68
68
EOF
69
- - uses : actions/attest-build-provenance@v1
69
+ - uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
70
70
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
71
71
with :
72
72
subject-path : _artifacts/*
Original file line number Diff line number Diff line change 7
7
- ' release/**'
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
integration :
12
15
name : Integration tests
19
22
runs-on : ${{ matrix.platform }}
20
23
timeout-minutes : 40
21
24
steps :
22
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
26
with :
24
27
fetch-depth : 1
25
28
- name : Show host info
44
47
- name : Print launchd status (shared mode)
45
48
run : launchctl print system/io.github.lima-vm.socket_vmnet
46
49
- name : Fetch homebrew-core commit messages
47
- uses : actions/checkout@v4
50
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
48
51
with :
49
52
# needed by ./hack/brew-install-version.sh
50
53
repository : homebrew/homebrew-core
60
63
- name : Test (shared mode)
61
64
run : ./test/test.sh /var/run/socket_vmnet
62
65
# Bridged mode cannot be tested on GHA
63
- - uses : actions/setup-go@v5
66
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
64
67
with :
65
68
go-version : 1.23.x
66
69
- name : Install Lima
You can’t perform that action at this time.
0 commit comments