Skip to content

Commit 9b9c06a

Browse files
chore(deps): pin dependencies
1 parent ca384b4 commit 9b9c06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
steps:
2222
- name: Install Go
23-
uses: actions/[email protected]
23+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626
- name: Checkout code
27-
uses: actions/[email protected]
27+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2828
- name: Enforce standard format
29-
uses: golangci/[email protected]
29+
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
3030
with:
3131
version: ${{ env.GOLANGCI_LINT_VERSION }}
3232
args: --timeout 3m --enable=gofmt --verbose

0 commit comments

Comments
 (0)