Bump coverallsapp/github-action from 1.1.3 to 1.2.4 (#1494)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-08 18:43:27 -08:00 committed by GitHub
parent a102813798
commit ca628ccfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ jobs:
override_commit: ${{ github.event.workflow_run.head_sha }}
- name: Coveralls.io Coverage Upload
id: coveralls_action
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
git-branch: ${{ github.event.workflow_run.head_branch }}

View File

@ -36,7 +36,7 @@ jobs:
directory: ./coverage/
token: ${{ secrets.CODECOV_TOKEN }} # Optional as it is open source repo
- name: Coveralls.io Coverage Upload
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: GitHub Releases

View File

@ -106,14 +106,14 @@ jobs:
path: coverage
- name: Coveralls.io Coverage Upload
id: coveralls_action
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
if: false && github.event_name != 'pull_request_target'
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls.io Coverage Upload for pull_request_target
id: coveralls_prt
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
continue-on-error: true
if: false && github.event_name == 'pull_request_target'
with: