We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7558d39 commit b52a2ebCopy full SHA for b52a2eb
.github/workflows/main.yaml
@@ -26,6 +26,6 @@ jobs:
26
- name: Tests
27
run: make test
28
- name: Send go coverage report
29
- uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
+ uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
30
with:
31
path-to-profile: coverage.out
.github/workflows/pr-build.yaml
@@ -87,7 +87,7 @@ jobs:
87
- name: Build binary
88
run: make build
89
90
91
92
93
- name: Check if working tree is dirty
0 commit comments