There was an error while loading. Please reload this page.
2 parents a3c5ab3 + 0edf54e commit 87ee796Copy full SHA for 87ee796
2 files changed
.github/workflows/coverage.yml
@@ -145,7 +145,7 @@ jobs:
145
continue-on-error: true
146
run: go test ./... -short -count=1 -p 1 -coverprofile=coverage.out -covermode=atomic
147
148
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@v7
149
with:
150
files: api/coverage.out
151
flags: api
.github/workflows/typos.yml
@@ -15,5 +15,5 @@ jobs:
15
timeout-minutes: 3
16
steps:
17
- uses: actions/checkout@v6
18
- - uses: crate-ci/typos@v1.47.0
+ - uses: crate-ci/typos@v1.47.2
19
continue-on-error: true # warn-only — surface findings without blocking CI
0 commit comments