Skip to content

Commit e966d11

Browse files
nodeceRobertIndie
authored andcommitted
fix: use sha instead of tag for golangci/golangci-lint-action (#1352)
(cherry picked from commit 712e14c)
1 parent f87b841 commit e966d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check license header
4141
run: docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v3 check
4242
- name: Run golangci-lint
43-
uses: golangci/golangci-lint-action@v6
43+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
4444
with:
4545
version: v1.61.0
4646

0 commit comments

Comments
 (0)