From 6aec485a1b84de5e73f2fe0b9089b998f81a1ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:59:29 -0700 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.2 (#4017) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/9ba913c152ae4be1327bfb9085dc806cedb44057...015205d442c9fea373866f2b930244734701900d) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ecd76a651..2997031f1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -104,7 +104,7 @@ jobs: outfile: coverage.lcov - name: upload to coveralls - uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 + uses: coverallsapp/github-action@015205d442c9fea373866f2b930244734701900d with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov