Skip to content

Commit ba19060

Browse files
[skip-release] Update github-actions (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6170cf commit ba19060

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: "1.26.3"
1717

1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
19+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
2020
with:
2121
version: latest
2222

@@ -46,7 +46,7 @@ jobs:
4646
run: go test -skip 'TestStateOperationsWithinThreshold' -coverprofile=coverage.out -covermode=atomic $(go list ./... | grep -v '/ci') || echo continue
4747

4848
- name: upload coverage to codecov
49-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
49+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
5050
with:
5151
files: ./coverage.out
5252
fail_ci_if_error: false

0 commit comments

Comments
 (0)