Skip to content

Commit 7005e7e

Browse files
dependabot[bot]bjosv
authored andcommitted
build(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@1134c89...4cdef0b) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fde5253 commit 7005e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: lcov --capture -d '.' --exclude '/usr*' -o coverage.info
2727
- name: Upload coverage
2828
if: github.repository == 'c9s/r3'
29-
uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1
29+
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
file: coverage.info

0 commit comments

Comments
 (0)