Skip to content

Commit 84d9078

Browse files
committed
CI: fix the commit hash of golangci-lint-action
Probably a wrong hash for v7.0.0 was accidentally introduced in PR 3330, unless v7.0.0 was retagged. Anyway, there was no security concern in the previous hashes AFAICS. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8de2a7d commit 84d9078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Verify generated files
4040
run: make install-tools generate check-generated
4141
- name: Run golangci-lint
42-
uses: golangci/golangci-lint-action@a5307c8f68bcd21ff73283f8629eb09caa60d7a7 # v7.0.0
42+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
4343
with:
4444
version: v2.0.1
4545
args: --verbose

0 commit comments

Comments
 (0)