File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
with :
16
16
ref : ${{ github.event.pull_request.head.sha }}
17
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
17
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
18
with :
19
19
go-version : stable
20
20
- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
14
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
15
15
with :
16
16
go-version : stable
17
17
- run : |
23
23
# remove generated code from coverage calculation
24
24
grep -Ev 'internal/mock|_enumer.go' cover.out.raw > cover.out
25
25
- name : Generage coverage badge
26
- uses : vladopajic/go-test-coverage@3306bd46e9f0ed238b9d4f7edbbf7b948728469d # v2.11.2
26
+ uses : vladopajic/go-test-coverage@604860ea57b67a2351b4b78071943beecb11ac17 # v2.11.4
27
27
with :
28
28
profile : cover.out
29
29
local-prefix : github.com/${{ github.repository }}
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Fetch dependabot metadata
17
17
id : metadata
18
- uses : dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2 .0
18
+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3 .0
19
19
with :
20
20
github-token : " ${{ secrets.GITHUB_TOKEN }}"
21
21
- name : Enable auto-merge for Dependabot PRs # these still need approval before merge
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
14
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
15
15
with :
16
16
go-version : stable
17
17
- uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
fetch-depth : 0
39
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
39
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
40
40
with :
41
41
go-version : stable
42
42
- name : Login to GHCR
64
64
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
65
GITHUB_SBOM_PATH : ./sbom.spdx.json
66
66
# attest archives
67
- - uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
67
+ - uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
68
68
with :
69
69
subject-path : " dist/*.tar.gz"
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
14
with :
15
15
ref : ${{ github.event.pull_request.head.sha }}
16
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
16
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
17
17
with :
18
18
go-version : stable
19
19
- run : |
You can’t perform that action at this time.
0 commit comments