From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:57:09 +0000 (+0000) Subject: Bump coverallsapp/github-action from 1.2.2 to 1.2.4 X-Git-Tag: live~1318^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b31951000f028b9d79cad8ae9b0c985eb1c9f6c9?hp=--cc Bump coverallsapp/github-action from 1.2.2 to 1.2.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- b31951000f028b9d79cad8ae9b0c985eb1c9f6c9 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff1c365b3..aa8edff12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.github_token }} parallel-finished: true