Commit 149af36 1 parent 7647b4f commit 149af36 Copy full SHA for 149af36
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
go-version : ^1.23
28
28
- name : golangci-lint
29
- uses : golangci/golangci-lint-action@v5
29
+ uses : golangci/golangci-lint-action@v6
30
30
- name : goreleaser-check
31
- uses : goreleaser/goreleaser-action@v5
31
+ uses : goreleaser/goreleaser-action@v6
32
32
with :
33
33
version : latest
34
34
args : check -f .goreleaser.yml
48
48
run : make test
49
49
- name : test-coverage
50
50
if : ${{ github.event_name == 'push' }}
51
- uses : paambaati/codeclimate-action@v6 .0.0
51
+ uses : paambaati/codeclimate-action@v9 .0.0
52
52
env :
53
53
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
54
54
with :
69
69
with :
70
70
go-version : ^1.23
71
71
- name : init codeql
72
- uses : github/codeql-action/init@v2
72
+ uses : github/codeql-action/init@v3
73
73
with :
74
74
languages : ' go'
75
75
- name : run analysis
76
- uses : github/codeql-action/analyze@v2
76
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 20
20
with :
21
21
go-version : ^1.23
22
22
- name : build
23
- uses : goreleaser/goreleaser-action@v5
23
+ uses : goreleaser/goreleaser-action@v6
24
24
with :
25
25
version : latest
26
26
args : release -f .goreleaser.yml --clean
You can’t perform that action at this time.
0 commit comments