summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-08 06:44:10 +0000
committerTomas Mraz <tomas@openssl.org>2023-06-08 08:45:07 +0200
commitac083de6513324a5ea9aecbaeccd17ed32716b8e (patch)
tree4e06e964754a3a1f6d7f5cba9f8a1349b86e6c77 /.github
parentb684ee2ce4bbf2c877d2cdc39e095d52ea3fe2a3 (diff)
Bump coverallsapp/github-action from 2.1.2 to 2.2.0
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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/21147)
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 6fdebe1709..23cc6b6c23 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@v2.1.2
+ uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.github_token }}
git-branch: ${{ matrix.branches.branch }}