Skip to content

Commit dafe504

Browse files
committed
Add missing hash in github workflow
Signed-off-by: smoshiur1237 <[email protected]>
1 parent 8cc6504 commit dafe504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
current_version: ${{ steps.check_version.outputs.current_version }}
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/[email protected]
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
fetch-depth: 0
2222
- name: Get latest golangci-lint version

0 commit comments

Comments
 (0)