Skip to content

Commit b52a2eb

Browse files
chore(deps-dev): update shogo82148/actions-goveralls action to v1.9.1 (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7558d39 commit b52a2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Tests
2727
run: make test
2828
- name: Send go coverage report
29-
uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
29+
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
3030
with:
3131
path-to-profile: coverage.out

.github/workflows/pr-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build binary
8888
run: make build
8989
- name: Send go coverage report
90-
uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
90+
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
9191
with:
9292
path-to-profile: coverage.out
9393
- name: Check if working tree is dirty

0 commit comments

Comments
 (0)