Skip to content

Commit b578d6e

Browse files
authored
Merge pull request #2731 from Nordix/add-hash-moshiur
🌱Add missing hash in github workflow
2 parents e51d1c9 + dafe504 commit b578d6e

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)