From e940cf7c4aefe24ff5ae34fca0f1e368421bbc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:12:01 +0000 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412...3dfc5567390f6fa9267c0ee9c251e4c8c3f18949) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-ci.yaml b/.github/workflows/analysis-ci.yaml index 1a9194fe..a11f296b 100644 --- a/.github/workflows/analysis-ci.yaml +++ b/.github/workflows/analysis-ci.yaml @@ -89,7 +89,7 @@ jobs: run: flutter test test/main.dart --no-pub --coverage - name: Upload Coveralls - uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # 2.2.0 + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # 2.2.3 continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }}