Skip to content

Commit

Permalink
ci(deps): update coverallsapp/github-action action to v1.2.5 (#367)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[coverallsapp/github-action](https://redirect.github.com/coverallsapp/github-action)
| action | minor | `1.1.3` -> `v1.2.5` |

---

### Release Notes

<details>
<summary>coverallsapp/github-action
(coverallsapp/github-action)</summary>

###
[`v1.2.5`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.4...v1.2.5)

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.4...v1.2.5)

###
[`v1.2.4`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.3...v1.2.4)

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.3...v1.2.4)

###
[`v1.2.3`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.3)

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.3)

###
[`v1.2.2`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.2)

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.1...v1.2.2)

Don't suppress filesystem errors when trying to open a coverage report
file.

###
[`v1.2.1`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.1):
: Update dependencies

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.0...v1.2.1)

###
[`v1.2.0`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.0):
: Add carryforward flags

[Compare
Source](https://redirect.github.com/coverallsapp/github-action/compare/1.1.3...v1.2.0)

-   \[x] Add carryforward flags feature
-   \[x] Update dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/gagoar/codeowners-generator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 5d193ac commit 88ea596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
flags: unittests
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 88ea596

Please sign in to comment.