Skip to content

Commit 40dfb25

Browse files
committed
ci: use digests
Signed-off-by: knqyf263 <[email protected]>
1 parent ac0a895 commit 40dfb25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cache-test-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cache: false
9191

9292
- name: Run golangci-lint for caching
93-
uses: golangci/[email protected]
93+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
9494
with:
9595
version: v2.1
96-
args: --verbose
96+
args: --verbose

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint
4040
id: lint
41-
uses: golangci/[email protected]
41+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4242
with:
4343
version: v2.1
4444
args: --verbose

0 commit comments

Comments
 (0)