@@ -13,11 +13,11 @@ permissions:
1313
1414env :
1515 GNU_TAR_VERSION : " 1.35"
16- GO_VERSION_DRAGONFLY : " 1.23.3 "
16+ GO_VERSION_DRAGONFLY : " 1.24.1 "
1717 GO_VERSION_FREEBSD : " 123"
18- GO_VERSION_NETBSD : " 1.23.3 "
18+ GO_VERSION_NETBSD : " 1.24.1 "
1919 GO_VERSION_OPENBSD : " 1.23.1"
20- GO_VERSION_SOLARIS : " 1.23.3 "
20+ GO_VERSION_SOLARIS : " 1.24.1 "
2121
2222# To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions
2323jobs :
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout the repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030 - name : test-e2e
31- uses : vmactions/freebsd-vm@v1
31+ uses : vmactions/freebsd-vm@8873d98fd1413b5977cb2f7348fe329775159892 # v1.1.9
3232 with :
3333 copyback : false
3434 envs : ' GO_VERSION_FREEBSD GNU_TAR_VERSION'
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Checkout the repository
76- uses : actions/checkout@v4
76+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777 - name : test-e2e
78- uses : vmactions/openbsd-vm@v1
78+ uses : vmactions/openbsd-vm@7ac70b6de6f33efc74a90c1964afa3bcf0ee4401 # v1.1.6
7979 with :
8080 copyback : false
8181 envs : ' GO_VERSION_OPENBSD GNU_TAR_VERSION'
@@ -119,9 +119,9 @@ jobs:
119119 runs-on : ubuntu-latest
120120 steps :
121121 - name : Checkout the repository
122- uses : actions/checkout@v4
122+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123123 - name : test-e2e
124- uses : vmactions/netbsd-vm@v1
124+ uses : vmactions/netbsd-vm@46a58bbf03682b4cb24142b97fa315ae52bed573 # v1.1.8
125125 with :
126126 copyback : false
127127 envs : ' GO_VERSION_NETBSD GNU_TAR_VERSION'
@@ -167,9 +167,9 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Checkout the repository
170- uses : actions/checkout@v4
170+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
171171 - name : test-e2e
172- uses : vmactions/dragonflybsd-vm@v1
172+ uses : vmactions/dragonflybsd-vm@e3c420e8a2362c2496fca6e76a291abd46f5d8e7 # v1.1.0
173173 with :
174174 copyback : false
175175 envs : ' GO_VERSION_DRAGONFLY'
@@ -217,9 +217,9 @@ jobs:
217217 runs-on : ubuntu-latest
218218 steps :
219219 - name : Checkout the repository
220- uses : actions/checkout@v4
220+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
221221 - name : test-e2e
222- uses : vmactions/solaris-vm@v1
222+ uses : vmactions/solaris-vm@cc8f82fa1a7cc746153ec3f71bf11f311f16e225 # v1.1.1
223223 with :
224224 copyback : false
225225 envs : ' GO_VERSION_SOLARIS'
@@ -276,7 +276,7 @@ jobs:
276276 runs-on : macos-latest
277277 steps :
278278 - name : Checkout the repository
279- uses : actions/checkout@v4
279+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
280280 - name : Install dependencies
281281 run : |
282282 brew install \
0 commit comments