We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e17a6 commit 8b512a2Copy full SHA for 8b512a2
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
go-version: ${{ matrix.go-version }}
41
- name: Install Protoc
42
- uses: arduino/setup-protoc@v1
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b
43
44
repo-token: ${{ secrets.GITHUB_TOKEN }}
45
version: "3.12.4"
@@ -71,8 +71,8 @@ jobs:
71
- uses: actions/setup-go@v2
72
73
74
- - name: Run golangci-lint
75
- uses: golangci/golangci-lint-action@v3.6.0
+ - name: Golangci-lint
+ uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
76
77
version: latest
78
working-directory: ./
0 commit comments