Skip to content

Commit efddff6

Browse files
authored
Merge pull request #6907 from docker/dependabot/github_actions/codecov/codecov-action-6.0.0
build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 72beec9 + 0029d59 commit efddff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
TESTFLAGS: -coverprofile=/tmp/coverage/coverage.txt
7575
-
7676
name: Send to Codecov
77-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
77+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
7878
with:
7979
files: ./build/coverage/coverage.txt
8080
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
targets: test-coverage
3939
-
4040
name: Send to Codecov
41-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
41+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
4242
with:
4343
files: ./build/coverage/coverage.txt
4444
token: ${{ secrets.CODECOV_TOKEN }}
@@ -81,7 +81,7 @@ jobs:
8181
shell: bash
8282
-
8383
name: Send to Codecov
84-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
84+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
8585
with:
8686
files: /tmp/coverage.txt
8787
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli

0 commit comments

Comments
 (0)