Skip to content

Commit 189f318

Browse files
authored
Merge pull request #154 from bupd/chore/pin-actions-coments
chore(ci): add missing version comments to GitHub Actions
2 parents a2be100 + 641da48 commit 189f318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020

21-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
21+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2222
with:
2323
go-version-file: go.mod
2424
cache: false
2525

2626
- name: Golangci lint
27-
uses: golangci/golangci-lint-action@v9
27+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2828
with:
2929
version: v2.1.0
3030
args: --verbose

0 commit comments

Comments
 (0)