Skip to content

Commit ccc3e19

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3
1 parent e552651 commit ccc3e19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run pytest
7474
run: pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
7575
- name: Upload coverage report
76-
uses: codecov/codecov-action@v5.5.2
76+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
7777

7878
pytest-integration:
7979
runs-on: ubuntu-latest
@@ -216,7 +216,7 @@ jobs:
216216
run: |
217217
pixi run -e ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }} python -m diracx.testing coverage collect-demo --demo-dir=../diracx-charts/.demo
218218
- name: Upload coverage report
219-
uses: codecov/codecov-action@v5.5.2
219+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
220220
with:
221221
files: ./coverage-pytest.xml,./coverage-demo.xml
222222

extensions/gubbins/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run pytest
4444
run: pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
4545
- name: Upload coverage report
46-
uses: codecov/codecov-action@v5.5.2
46+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
4747

4848
client-generation:
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)