Skip to content

Commit 0f77f7d

Browse files
committed
Fix golangci-lint-action SHA version
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
1 parent db470ba commit 0f77f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Go-SDK-PR-Check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
- name: Run Linter
85-
uses: golangci/golangci-lint-action@71e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 - Please ALWAYS use SHA to avoid GH sec issues
85+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.1.1 - Please ALWAYS use SHA to avoid GH sec issues
8686
with:
8787
version: latest
8888

0 commit comments

Comments
 (0)