Skip to content

Commit c0aa35f

Browse files
Bump codecov/codecov-action from 5.5.1 to 5.5.2 (home-assistant#158515)
1 parent 2c7763e commit c0aa35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ jobs:
11881188
pattern: coverage-*
11891189
- name: Upload coverage to Codecov
11901190
if: needs.info.outputs.test_full_suite == 'true'
1191-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
1191+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
11921192
with:
11931193
fail_ci_if_error: true
11941194
flags: full-suite
@@ -1313,7 +1313,7 @@ jobs:
13131313
pattern: coverage-*
13141314
- name: Upload coverage to Codecov
13151315
if: needs.info.outputs.test_full_suite == 'false'
1316-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
1316+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
13171317
with:
13181318
fail_ci_if_error: true
13191319
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)