From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:11:38 +0000 (+0000) Subject: Dependabot update: Bump coverallsapp/github-action X-Git-Tag: openssl-3.4.0-alpha1~575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d37d8f7557ee7935032ea832eab3e3c5540158;p=thirdparty%2Fopenssl.git Dependabot update: Bump coverallsapp/github-action CLA: trivial (deps): Bump coverallsapp/github-action Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24350) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 5751bbdb13a..b738f89c661 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -82,7 +82,7 @@ jobs: --exclude "/usr/include/*" -o ./lcov.info - name: Coveralls upload - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.github_token }} git-branch: ${{ matrix.branches.branch }}