From 6d69fe116ada314b19f8d22a2d2951ae745936c7 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Wed, 11 May 2022 08:28:45 +0200 Subject: [PATCH] [ci] fix codacy action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8c61a..8e4855b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Run all tests run: bundle exec rake - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@main + uses: codacy/codacy-coverage-reporter-action@master if: env.COVERAGE == 'true' && env.COVERAGE_TOKEN != '' with: project-token: "${{secrets.CODACY_PROJECT_TOKEN}}"