mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
chore(deps): update digest codecov/codecov-action digest to 2d2cd3c
This commit is contained in:
parent
016efbf88e
commit
d4e02768ed
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: |
|
run: |
|
||||||
go test -v -coverprofile coverage.out -covermode atomic ./...
|
go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||||
- name: Publish coverage
|
- name: Publish coverage
|
||||||
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
|
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
2
.github/workflows/release-dev.yaml
vendored
2
.github/workflows/release-dev.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v -coverprofile coverage.out -covermode atomic ./...
|
run: go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||||
- name: Publish coverage
|
- name: Publish coverage
|
||||||
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
|
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
publish:
|
publish:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue