Skip to content

Commit 9323558

Browse files
Bump codecov/codecov-action from 5.5.3 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@1af5884...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e31b7bc commit 9323558

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/api_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
working-directory: openc3-cosmos-cmd-tlm-api
7777
env:
7878
OPENC3_DEVEL: ../openc3
79-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
79+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8080
with:
8181
directory: openc3-cosmos-cmd-tlm-api/coverage
8282
flags: ruby-api # See codecov.yml
@@ -124,7 +124,7 @@ jobs:
124124
working-directory: openc3-cosmos-script-runner-api
125125
env:
126126
OPENC3_DEVEL: ../openc3
127-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
127+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
128128
with:
129129
directory: openc3-cosmos-script-runner-api/coverage
130130
flags: ruby-api # See codecov.yml
@@ -169,7 +169,7 @@ jobs:
169169
uv run --frozen coverage run -m pytest ../../openc3-cosmos-script-runner-api/test/
170170
uv run --frozen coverage xml -i
171171
working-directory: openc3/python
172-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
172+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
173173
with:
174174
working-directory: openc3/python
175175
flags: python # See codecov.yml

.github/workflows/playwright-firefox-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Generate coverage
9090
run: pnpm fixlinux; pnpm cobertura
9191
working-directory: playwright
92-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
92+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9393
with:
9494
directory: playwright/coverage
9595
flags: firefox-nightly

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Generate coverage
104104
run: pnpm fixlinux; pnpm cobertura
105105
working-directory: playwright
106-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
106+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
107107
with:
108108
directory: playwright/coverage
109109
flags: frontend # See codecov.yml

.github/workflows/python_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
working-directory: openc3/python
6666
- name: Prune uv cache
6767
run: uv cache prune --ci
68-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
68+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6969
with:
7070
working-directory: openc3/python
7171
flags: python # See codecov.yml

.github/workflows/ruby_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: openc3
6060
env:
6161
OPENC3_DEVEL: ${GITHUB_WORKSPACE}/openc3
62-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
62+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6363
with:
6464
directory: openc3/coverage
6565
flags: ruby-backend # See codecov.yml
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
OPENC3_NO_EXT: 1
7272
OPENC3_DEVEL: ${GITHUB_WORKSPACE}/openc3
73-
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
73+
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7474
with:
7575
directory: openc3/coverage
7676
flags: ruby-backend # See codecov.yml

0 commit comments

Comments
 (0)