From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:54:27 +0000 (+0000) Subject: build(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6 X-Git-Tag: v258-rc1~1442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82660222063c09522440efa3fa8e02c97dab1d5;p=thirdparty%2Fsystemd.git build(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.4 to 2.3.6. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/cfd0633edbd2411b532b808ba7a8b5e04f76d2c8...648a8eb78e6d50909eff900e4ec85cab4524a45b) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7e2ba0f3173..f72b36d897e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -151,7 +151,7 @@ jobs: run: sudo mkosi sandbox lcov --ignore-errors inconsistent,inconsistent --list build/test/coverage/everything.coverage-info - name: Coveralls - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b if: github.repository == 'systemd/systemd' || github.repository == 'systemd/systemd-stable' with: file: build/test/coverage/everything.coverage-info