Skip to content

Commit 8b8865d

Browse files
authored
Merge pull request #2672 from WordPress/dependabot/github_actions/action-runners-884cff6b43
GH Actions: Bump codecov/codecov-action from 5.5.1 to 5.5.2 in the action-runners group
2 parents fd0493c + 93bf823 commit 8b8865d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Send coverage report to Codecov
7777
if: ${{ success() && github.event.repository.fork == false && github.ref_name == 'develop' }}
78-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
78+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7979
with:
8080
files: ./build/logs/clover.xml
8181
fail_ci_if_error: true

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Send coverage report to Codecov
139139
if: ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
140-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
140+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
141141
with:
142142
files: ./build/logs/clover.xml
143143
fail_ci_if_error: true

0 commit comments

Comments
 (0)