mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
chore(deps): update digest codecov/codecov-action digest to 04351de
This commit is contained in:
parent
093429b95d
commit
9547c5d9f0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: |
|
||||
go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
|
||||
uses: codecov/codecov-action@04351de6bbfd560808e8c65795f5b727431885be
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
build:
|
||||
|
|
2
.github/workflows/release-dev.yaml
vendored
2
.github/workflows/release-dev.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Test
|
||||
run: go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
|
||||
uses: codecov/codecov-action@04351de6bbfd560808e8c65795f5b727431885be
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
publish:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue