Skip to content

Commit 83e9d64

Browse files
chore(deps): update codecov/codecov-action action to v7 (#19907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c25a94 commit 83e9d64

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
export CI_DB_USER="$(id -nu)"
6868
source .venv/bin/activate
6969
pytest --junitxml=junit.xml --cov=weblate --cov-report=xml --numprocesses=auto weblate
70-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
70+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
7171
with:
7272
token: ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
7373
flags: unittests
7474
name: Tests macos
7575
- name: Upload test results to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
77+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
8080
report_type: test_results

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
uv run coverage combine
9494
uv run coverage xml
95-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
95+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9696
with:
9797
token: ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
9898
flags: migrations

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ jobs:
150150
env:
151151
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }} # zizmor: ignore[secrets-outside-env]
152152
run: yarn argos upload ../test-images/
153-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
153+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
154154
with:
155155
token: ${{secrets.CODECOV_TOKEN}} # zizmor: ignore[secrets-outside-env]
156156
flags: unittests
157157
name: Tests py${{ matrix.python-version }}, ${{ matrix.requirements }} deps
158158
- name: Upload test results to Codecov
159159
if: ${{ !cancelled() }}
160-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
160+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
161161
with:
162162
token: ${{ secrets.CODECOV_TOKEN }} # zizmor: ignore[secrets-outside-env]
163163
report_type: test_results

0 commit comments

Comments
 (0)