Skip to content

Commit 712e14c

Browse files
authored
fix: use sha instead of tag for golangci/golangci-lint-action (#1352)
1 parent ae3412f commit 712e14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
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)