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.5.0-alpha1~1007 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e524ac548a628e4cef9fd5e722720c0fd48f41a8;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) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 328a7573de0..788a027b8dc 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.3.0 + uses: coverallsapp/github-action@v2.3.2 with: github-token: ${{ secrets.github_token }} git-branch: ${{ matrix.branches.branch }}