Skip to content

Commit b83a4c9

Browse files
chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#3671)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5c47607...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95d5370 commit b83a4c9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sudo make test-coverage
4545
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
47+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
files: ./coverage.txt

.github/workflows/compatibility-e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
175175
176176
- name: Upload coverage to Codecov
177-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
177+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
178178
with:
179179
token: ${{ secrets.CODECOV_TOKEN }}
180180
files: ./coverage.txt

.github/workflows/compatibility-e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
151151
152152
- name: Upload coverage to Codecov
153-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
153+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: ./coverage.txt

.github/workflows/e2e-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
190190
191191
- name: Upload coverage to Codecov
192-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
192+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}
195195
files: ./coverage.txt

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
138138
139139
- name: Upload coverage to Codecov
140-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
140+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
141141
with:
142142
token: ${{ secrets.CODECOV_TOKEN }}
143143
files: ./coverage.txt

0 commit comments

Comments
 (0)