We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fb906 commit dc4a967Copy full SHA for dc4a967
.github/workflows/main.yaml
@@ -18,6 +18,6 @@ jobs:
18
- name: Tests
19
run: make test
20
- name: Send go coverage report
21
- uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
+ uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
22
with:
23
path-to-profile: coverage.out
.github/workflows/pr-build.yaml
@@ -49,7 +49,7 @@ jobs:
49
- name: test
50
51
52
53
54
55
- name: Check if working tree is dirty
0 commit comments