Skip to content

Commit c44d9d5

Browse files
committed
chore(ci): pin goheader golangci-lint action to v6.2.0
1 parent c74b645 commit c44d9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# (see only-new-issues: true). It is disabled in .golangci.yml because
3232
# golangci-lint running locally is not aware of new/modified files compared to the base
3333
# commit of a pull request, and we want to avoid reporting invalid goheader errors.
34-
uses: golangci/golangci-lint-action@v6
34+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 since v6.3.1 does not handle `only-new-issues` correctly
3535
with:
3636
version: v1.60
3737
only-new-issues: true

0 commit comments

Comments
 (0)