summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-20 16:15:30 +0000
committerPauli <pauli@openssl.org>2023-04-21 08:39:13 +1000
commit0e1b7c816dcfa4655f443ae5dd8eea4fb42f3493 (patch)
tree2252bbf92b03db8788a639f8358a1e21b65b709b /.github
parent72dfe46550ee1f1bbfacd49f071419365bc23304 (diff)
downloadopenssl-new-0e1b7c816dcfa4655f443ae5dd8eea4fb42f3493.tar.gz
Bump coverallsapp/github-action from 2.1.0 to 2.1.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20773)
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 6d985bcdad..6fdebe1709 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.0
+ uses: coverallsapp/github-action@v2.1.2
with:
github-token: ${{ secrets.github_token }}
git-branch: ${{ matrix.branches.branch }}