Skip to content

Commit 7df026e

Browse files
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#3973)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 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 d7f0762 commit 7df026e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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@0565863a31f2c772f9f0395002a31e3f06189574
47+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
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@0565863a31f2c772f9f0395002a31e3f06189574
177+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
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
@@ -155,7 +155,7 @@ jobs:
155155
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
156156
157157
- name: Upload coverage to Codecov
158-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
158+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
159159
with:
160160
token: ${{ secrets.CODECOV_TOKEN }}
161161
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@0565863a31f2c772f9f0395002a31e3f06189574
192+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}
195195
files: ./coverage.txt

.github/workflows/e2e-v2-rate-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
139139
140140
- name: Upload coverage to Codecov
141-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
141+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
files: ./coverage.txt

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
140140
141141
- name: Upload coverage to Codecov
142-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
142+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
143143
with:
144144
token: ${{ secrets.CODECOV_TOKEN }}
145145
files: ./coverage.txt

0 commit comments

Comments
 (0)