Bump coverallsapp/github-action from 1.2.4 to 2.1.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 11 Apr 2023 02:31:02 +0000 (02:31 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 11 Apr 2023 08:11:50 +0000 (10:11 +0200)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.1.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.1.0)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20699)

.github/workflows/coveralls.yml

index 10308c2a2b0f929bd0c80dd84634f585503bc26c..6d985bcdad15aeabc3cfd0870513e33a93707da4 100644 (file)
@@ -68,7 +68,7 @@ jobs:
     - name: generate coverage info
       run: lcov -d . -c -o ./lcov.info
     - name: Coveralls upload
-      uses: coverallsapp/github-action@v1.2.4
+      uses: coverallsapp/github-action@v2.1.0
       with:
         github-token: ${{ secrets.github_token }}
         git-branch: ${{ matrix.branches.branch }}