From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:11:39 +0000 (+0000) Subject: Bump coverallsapp/github-action from 2.2.0 to 2.2.1 X-Git-Tag: openssl-3.2.0-alpha1~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdff3258310a30e216b9c5620fd2f4eaf4b90438;p=thirdparty%2Fopenssl.git Bump coverallsapp/github-action from 2.2.0 to 2.2.1 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21454) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1163e47da78..abd097cc3c7 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.2.0 + uses: coverallsapp/github-action@v2.2.1 with: github-token: ${{ secrets.github_token }} git-branch: ${{ matrix.branches.branch }}