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 d6170cf commit ba19060Copy full SHA for ba19060
1 file changed
.github/workflows/lint-test.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: "1.26.3"
17
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
20
with:
21
version: latest
22
@@ -46,7 +46,7 @@ jobs:
46
run: go test -skip 'TestStateOperationsWithinThreshold' -coverprofile=coverage.out -covermode=atomic $(go list ./... | grep -v '/ci') || echo continue
47
48
- name: upload coverage to codecov
49
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
50
51
files: ./coverage.out
52
fail_ci_if_error: false
0 commit comments