Skip to content

Commit 203b6b3

Browse files
Change golangci-lint action to specific commit
Updated golangci-lint action to a specific commit hash.
1 parent 6496edd commit 203b6b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
go-version: '1.24'
1515
- uses: actions/checkout@v6
1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v9
17+
uses: 1e7e51e771db61008b38414a730f564565cf7c20 # v9
1818
with:
19-
version: latest
2019
only-new-issues: true

0 commit comments

Comments
 (0)