diff --git a/.github/workflows/ohm-tests.yml b/.github/workflows/ohm-tests.yml index ed3d886b382..03f5b1d3e39 100644 --- a/.github/workflows/ohm-tests.yml +++ b/.github/workflows/ohm-tests.yml @@ -72,7 +72,7 @@ jobs: path: tmp/screenshots if-no-files-found: ignore - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: github-token: ${{ secrets.github_token }} flag-name: ruby-${{ matrix.ruby }} @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: github-token: ${{ secrets.github_token }} parallel-finished: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 634a7145c34..f972c602f93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: path: tmp/screenshots if-no-files-found: ignore - name: Report completion to Coveralls - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.github_token }} flag-name: ruby-${{ matrix.ruby }} @@ -85,7 +85,7 @@ jobs: timeout-minutes: 1 steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.github_token }} parallel-finished: true