Skip to content

Commit 8749c16

Browse files
committed
wip: update action
1 parent 9eb488e commit 8749c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes
3838

3939
- name: golangci-lint
40-
uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2
40+
uses: golangci/golangci-lint-action@f9ca49f436263a2a87a891f119db15517c4cb609
4141
with:
4242
version: v1.57
4343
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0

Diff for: .github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes
3737

3838
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@3ab19875d7f33278aa6f7cdbdd1f37ed29bbace2
39+
uses: golangci/golangci-lint-action@f9ca49f436263a2a87a891f119db15517c4cb609
4040
with:
4141
version: v1.57
4242
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0

0 commit comments

Comments
 (0)