From d99e4221f2c5b514592af90b865fc2e1c667833d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 9 Jun 2020 13:43:26 -0400 Subject: [PATCH] pin coveralls app github action --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b95e5be8..0b3eeebc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,15 +57,15 @@ jobs: COVERALLS_PARALLEL: true name: Submit to coveralls run: | - pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip - coveralls + pip install coveralls + coveralls debug complete_coverals: needs: tests-unit runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@57daa114 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true