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 65a8c2f commit 225b29fCopy full SHA for 225b29f
.github/workflows/golangci-lint.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
go-version: stable
21
- name: golangci-lint
22
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
23
24
version: latest
25
install-mode: binary
.github/workflows/unitest.yaml
@@ -8,8 +8,8 @@ jobs:
8
unitest:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
12
- - uses: actions/setup-go@v5
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
13
14
go-version: '1.22.3'
15
- run: |
0 commit comments