From 0f92e862c675ed0031377578a5649022dd46afe9 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 20 Dec 2021 13:23:45 +0100 Subject: [PATCH] Update codeclimate-action in ci.yml --- .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 c7498b09..f966ebf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper - name: Send coverage to CodeClimate - uses: paambaati/codeclimate-action@v3 + uses: paambaati/codeclimate-action@v3.0.0 continue-on-error: true if: ${{ success() || failure() }} env: