File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed 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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
16
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
17
17
with :
18
18
go-version : stable
19
19
- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
23
23
args : build --clean --verbose --single-target --snapshot
24
24
- name : tar up binaries
25
25
run : tar -cvf dist.tar dist
26
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
26
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
27
27
with :
28
28
path : dist.tar
29
29
build-image :
76
76
with :
77
77
fetch-depth : 0
78
78
- id : ccv
79
- uses : smlx/ccv@d3de774e9b607b079940a7a86952f44643743336 # v0.9 .0
79
+ uses : smlx/ccv@7318e2f25a52dcd550e75384b84983973251a1f8 # v0.10 .0
80
80
with :
81
81
write-tag : false
82
82
- run : |
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
14
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
15
15
with :
16
16
go-version : stable
17
17
- name : Calculate coverage
18
18
run : |
19
19
go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
20
20
- name : Generage coverage badge
21
- uses : vladopajic/go-test-coverage@661e46779fd602ce29d4a4e32fb3a27bce71903c # v2.11.0
21
+ uses : vladopajic/go-test-coverage@efb6737ee1bdb4b2180a000b2f9a309a0fbaef8a # v2.11.1
22
22
with :
23
23
profile : cover.out
24
24
local-prefix : github.com/${{ github.repository }}
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
14
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
15
15
with :
16
16
go-version : stable
17
17
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
with :
28
28
fetch-depth : 0
29
- - uses : wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3 # v6.1.2
29
+ - uses : wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6.2.0
30
30
with :
31
31
configFile : .github/commitlint.config.mjs
32
32
lint-actions :
Original file line number Diff line number Diff line change 26
26
# of the value entered here.
27
27
publish_results : true
28
28
- name : Upload SARIF results to code scanning
29
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
29
+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
30
30
with :
31
31
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
- name : Bump tag if necessary
20
20
id : ccv
21
- uses : smlx/ccv@d3de774e9b607b079940a7a86952f44643743336 # v0.9 .0
21
+ uses : smlx/ccv@7318e2f25a52dcd550e75384b84983973251a1f8 # v0.10 .0
22
22
release-build :
23
23
permissions :
24
24
# create release
35
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
fetch-depth : 0
38
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
38
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
39
39
with :
40
40
go-version : stable
41
41
- name : Login to GHCR
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
16
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
17
17
with :
18
18
go-version : stable
19
19
- run : go test -v ./...
You can’t perform that action at this time.
0 commit comments