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 5463dda commit b1eb96aCopy full SHA for b1eb96a
1 file changed
.github/workflows/ci.yaml
@@ -16,12 +16,12 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20
with:
21
fetch-depth: 0
22
23
- name: Set up Go
24
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
+ uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
25
26
go-version-file: ./go.mod
27
@@ -34,7 +34,7 @@ jobs:
34
run: make check-imports
35
36
- name: golangci-lint
37
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
+ uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
38
39
version: v2.11.4
40
0 commit comments