]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Bump coverallsapp/github-action from 2.2.1 to 2.2.3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Sep 2023 08:14:37 +0000 (08:14 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 8 Sep 2023 08:15:29 +0000 (10:15 +0200)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.1...v2.2.3)

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

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

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22012)

.github/workflows/coveralls.yml

index e0282459bfcbbb09f49594fb125b2d5c2a4a9ee1..7771f5fd38f76570ab9121ff2cf9ab6ac31cd448 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@v2.2.1
+      uses: coverallsapp/github-action@v2.2.3
       with:
         github-token: ${{ secrets.github_token }}
         git-branch: ${{ matrix.branches.branch }}