From 88ea5961ea10d4c0a4be8354e7d075097ed26d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:23:11 -0500 Subject: [PATCH] ci(deps): update coverallsapp/github-action action to v1.2.5 (#367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
coverallsapp/github-action (coverallsapp/github-action) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53e3405c..1f13a069 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}