File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 uses : samuelmeuli/action-snapcraft@fceeb3c308e76f3487e72ef608618de625fb7fe8 # v3
5353
5454 - name : Set up Go
55- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
55+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5656 with :
5757 go-version : ' 1.26'
5858
Original file line number Diff line number Diff line change 1515 pull-requests : write
1616
1717 steps :
18- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
18+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
1919 with :
2020 exempt-all-pr-assignees : true
2121 days-before-stale : 180
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
2929 - name : Install Go
30- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3131 with :
3232 go-version : ' 1.26'
3333
3939 run : make test
4040
4141 - name : Publish coverage to coveralls.io
42- uses : shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1
42+ uses : shogo82148/actions-goveralls@9606dbc5ac5cf888a0e9ef901515c3cd516a2790 # v1
4343 if : ${{ matrix.os == 'ubuntu-latest' }}
4444 with :
4545 path-to-profile : coverage.out
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apk add --no-cache ca-certificates
1111# RELEASE CONTAINER
1212# #
1313
14- FROM busybox:1.37-glibc@sha256:ba8e26a0e4dc1178f2c90ff8c4090e1ca351bf8f38b2be3052de194e7e2ad291
14+ FROM busybox:1.37-glibc@sha256:3f9777e7e82e8591542f72b965ec7db7e8b3bdb59692976af1bb9b2850b05a4e
1515
1616WORKDIR /
1717
You can’t perform that action at this time.
0 commit comments