summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-11 02:31:02 +0000
committerTomas Mraz <tomas@openssl.org>2023-04-11 10:11:50 +0200
commit37ae8549f03be5ec6478c8f8028668ef477d457d (patch)
tree37a27968cc79ba39486bd40c6ab655888d71d6b9 /.github
parent5303608523e40f4328f56755a775f9b5dc0da321 (diff)
Bump coverallsapp/github-action from 1.2.4 to 2.1.0
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.1.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.1.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20699)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coveralls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index 10308c2a2b..6d985bcdad 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -68,7 +68,7 @@ jobs:
- name: generate coverage info
run: lcov -d . -c -o ./lcov.info
- name: Coveralls upload
- uses: coverallsapp/github-action@v1.2.4
+ uses: coverallsapp/github-action@v2.1.0
with:
github-token: ${{ secrets.github_token }}
git-branch: ${{ matrix.branches.branch }}