We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2402e1 commit 44d295fCopy full SHA for 44d295f
.github/workflows/golangci-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out code into the Go module directory
13
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14
- name: golangci-lint
15
uses: reviewdog/action-golangci-lint@v2
16
with:
.github/workflows/test.yml
@@ -11,5 +11,5 @@ jobs:
- uses: actions/setup-go@v5
go-version: ${{ matrix.go-version }}
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- run: go test ./...
0 commit comments