From ae2df6f6a32202c4633c3bdd9a9beeadb70902a7 Mon Sep 17 00:00:00 2001 From: Joris Kraak Date: Wed, 13 Mar 2024 16:57:45 +0100 Subject: [PATCH] ci: lock `coverallsapp/github-action` to the `v2` range Although this hasn't been an issue so far, this makes the action slighly less prone to breaking. --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b450db9..42404cf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: file: ./lcov.info token: ${{ secrets.CODECOV_TOKEN }} - name: Coveralls parallel - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Aggregate Coveralls Reports - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true