Skip to content

Commit 149af36

Browse files
authored
workflows update #2 (#103)
1 parent 7647b4f commit 149af36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
with:
2727
go-version: ^1.23
2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v5
29+
uses: golangci/golangci-lint-action@v6
3030
- name: goreleaser-check
31-
uses: goreleaser/goreleaser-action@v5
31+
uses: goreleaser/goreleaser-action@v6
3232
with:
3333
version: latest
3434
args: check -f .goreleaser.yml
@@ -48,7 +48,7 @@ jobs:
4848
run: make test
4949
- name: test-coverage
5050
if: ${{ github.event_name == 'push' }}
51-
uses: paambaati/codeclimate-action@v6.0.0
51+
uses: paambaati/codeclimate-action@v9.0.0
5252
env:
5353
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5454
with:
@@ -69,8 +69,8 @@ jobs:
6969
with:
7070
go-version: ^1.23
7171
- name: init codeql
72-
uses: github/codeql-action/init@v2
72+
uses: github/codeql-action/init@v3
7373
with:
7474
languages: 'go'
7575
- name: run analysis
76-
uses: github/codeql-action/analyze@v2
76+
uses: github/codeql-action/analyze@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: ^1.23
2222
- name: build
23-
uses: goreleaser/goreleaser-action@v5
23+
uses: goreleaser/goreleaser-action@v6
2424
with:
2525
version: latest
2626
args: release -f .goreleaser.yml --clean

0 commit comments

Comments
 (0)