Skip to content

Commit 6501d9f

Browse files
[skip-release] Update github-actions to fb8b358 (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a2f1d5 commit 6501d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
49+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
5050
with:
5151
files: ./coverage.out
5252
fail_ci_if_error: false

0 commit comments

Comments
 (0)