Skip to content

Commit 0a5f05f

Browse files
authored
Merge branch 'main' into quenting/stable-docs
2 parents 9b6aa2a + af1c083 commit 0a5f05f

File tree

151 files changed

+732
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+732
-733
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276

277277
- name: Build and push
278278
id: bake
279-
uses: docker/bake-action@v6.8.0
279+
uses: docker/bake-action@v6.9.0
280280
with:
281281
files: |
282282
./docker-bake.hcl

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make coverage
3939

4040
- name: Upload to codecov.io
41-
uses: codecov/codecov-action@v5.4.3
41+
uses: codecov/codecov-action@v5.5.0
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
files: policies/coverage.json
@@ -65,7 +65,7 @@ jobs:
6565
run: npm run coverage
6666

6767
- name: Upload to codecov.io
68-
uses: codecov/codecov-action@v5.4.3
68+
uses: codecov/codecov-action@v5.5.0
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
directory: frontend/coverage/
@@ -132,7 +132,7 @@ jobs:
132132
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
133133
134134
- name: Upload to codecov.io
135-
uses: codecov/codecov-action@v5.4.3
135+
uses: codecov/codecov-action@v5.5.0
136136
with:
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138
files: target/coverage/*.lcov

0 commit comments

Comments
 (0)