From 9774779fbc1407c0d96127e08f1767d4468386c0 Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Fri, 16 Apr 2021 09:47:42 -0700 Subject: [PATCH] Attempt to use stable release of codacy reporter --- .github/workflows/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 83f1aca4..b2e7d847 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -46,7 +46,7 @@ jobs: - name: spec/${{ matrix.suite }} run: bundle exec rake spec:${{ matrix.suite }} - name: coverage upload ${{ matrix.suite }} - uses: codacy/codacy-coverage-reporter-action@master + uses: codacy/codacy-coverage-reporter-action@v1 if: github.ref == 'refs/heads/master' with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}