From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:29:43 +0000 (+0000) Subject: Dependabot update X-Git-Tag: openssl-3.1.8~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb988f247c5f07a6f333ba4eadc5ecd3ad8d5d2;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump coverallsapp/github-action Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25701) (cherry picked from commit e524ac548a628e4cef9fd5e722720c0fd48f41a8) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index e188daeee38..ae45bb5c66b 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -37,7 +37,7 @@ jobs: - name: generate coverage info run: lcov -d . -c -o ./lcov.info - name: Coveralls upload - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.2 with: github-token: ${{ secrets.github_token }} path-to-lcov: ./lcov.info