From 3bb2de32d4a09ee570caa893283dcc695e4e0f7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:35:04 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9f6a3c..d0e096f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@3b7078ee895f74fc267b7b267c88211df59fa816 # v2.2.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov \ No newline at end of file