Skip to content

Commit 24eeafa

Browse files
ci: bump codecov/codecov-action from 5.4.3 to 5.5.0 in the actions group (#2186)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 46477e2 commit 24eeafa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
pytest -v --backwards-compatibility=yes --backend-version=${{ matrix.backend-version }} -rf
108108
109109
- name: Upload coverage to Codecov
110-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
110+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
111111
env:
112112
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
113113
with:

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
retention-days: 7
296296

297297
- name: Upload coverage to Codecov
298-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
298+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
299299
if: matrix.docker-image == 'core-windows-latest'
300300
env:
301301
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
@@ -441,7 +441,7 @@ jobs:
441441
randomize: true
442442

443443
- name: Upload coverage to Codecov
444-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
444+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
445445
if: matrix.docker-image == 'core-linux-latest'
446446
env:
447447
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

doc/changelog.d/2186.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump codecov/codecov-action from 5.4.3 to 5.5.0 in the actions group

0 commit comments

Comments
 (0)