File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 fetch-depth : 0
4646 -
4747 name : Set up Go
48- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
48+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4949 with :
5050 go-version : stable
5151 -
8787 fetch-depth : 0
8888 -
8989 name : Set up Go
90- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
90+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9191 with :
9292 go-version : 1.18
9393 -
@@ -122,13 +122,13 @@ jobs:
122122 fetch-depth : 0
123123 -
124124 name : Set up Go
125- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
125+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
126126 with :
127127 go-version : 1.18
128128 -
129129 name : Import GPG key
130130 id : import_gpg
131- uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3 .0
131+ uses : crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0 .0
132132 with :
133133 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY_TEST }}
134134 passphrase : ${{ secrets.PASSPHRASE_TEST }}
@@ -161,7 +161,7 @@ jobs:
161161 fetch-depth : 0
162162 -
163163 name : Set up Go
164- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
164+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
165165 with :
166166 go-version : 1.18
167167 -
@@ -193,7 +193,7 @@ jobs:
193193 fetch-depth : 0
194194 -
195195 name : Set up Go
196- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
196+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
197197 with :
198198 go-version : 1.18
199199 -
@@ -227,7 +227,7 @@ jobs:
227227 fetch-depth : 0
228228 -
229229 name : Set up Go
230- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
230+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
231231 with :
232232 go-version : 1.18
233233 -
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 ref : ${{ github.head_ref }}
2222 -
2323 name : Set up Docker Buildx
24- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
24+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
2525 -
2626 name : Vendor
27- uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10 .0
27+ uses : docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0 .0
2828 with :
2929 targets : vendor
3030 -
3131 name : Pre-checkin
32- uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10 .0
32+ uses : docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0 .0
3333 with :
3434 targets : pre-checkin
3535 -
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 fetch-depth : 0
2727 -
2828 name : Test
29- uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10 .0
29+ uses : docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0 .0
3030 with :
3131 source : .
3232 targets : test
3333 -
3434 name : Upload coverage
35- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
35+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
3636 with :
3737 files : ./coverage/clover.xml
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 prepare :
2020 runs-on : ubuntu-latest
2121 outputs :
22- targets : ${{ steps.generate.outputs.targets }}
22+ matrix : ${{ steps.generate.outputs.matrix }}
2323 steps :
2424 -
2525 name : Checkout
2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 -
28- name : List targets
28+ name : Generate matrix
2929 id : generate
30- uses : docker/bake-action/subaction/list-targets@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10 .0
30+ uses : docker/bake-action/subaction/matrix@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0 .0
3131 with :
3232 target : validate
3333
@@ -38,10 +38,10 @@ jobs:
3838 strategy :
3939 fail-fast : false
4040 matrix :
41- target : ${{ fromJson(needs.prepare.outputs.targets ) }}
41+ include : ${{ fromJson(needs.prepare.outputs.matrix ) }}
4242 steps :
4343 -
4444 name : Validate
45- uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10 .0
45+ uses : docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0 .0
4646 with :
4747 targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments