From 55785fb6f842e1445fd5972121b59e0fa084543c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:39:57 +0000 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#447) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/43f11c4e058174f808ee9cd63701b6c42fe3f5e3...4cdef0b2dbe0c9aa26bed48edb868db738625e79) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01a4888..7b62a49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: CI: true MONGODB_URI: mongodb://localhost:27017/test-db # use mongoDB docker - name: Coveralls Parallel - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-${{ matrix.os }}-${{ matrix.node-version }} @@ -66,15 +66,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true automerge: if: > - github.event_name == 'pull_request' && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.user.login == 'dependabot[bot]' needs: test runs-on: ubuntu-latest permissions: