Skip to content

Commit 87ee796

Browse files
Merge branch 'master' into fix/agent-steering-and-cli-login
2 parents a3c5ab3 + 0edf54e commit 87ee796

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
continue-on-error: true
146146
run: go test ./... -short -count=1 -p 1 -coverprofile=coverage.out -covermode=atomic
147147

148-
- uses: codecov/codecov-action@v6
148+
- uses: codecov/codecov-action@v7
149149
with:
150150
files: api/coverage.out
151151
flags: api

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
timeout-minutes: 3
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: crate-ci/typos@v1.47.0
18+
- uses: crate-ci/typos@v1.47.2
1919
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)