From d2cc14fde225094040dfe2083a031d69ae45c3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 13 Nov 2022 09:39:39 +0100 Subject: [PATCH] ci: Update action version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .github/workflows/feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 0b8ee816..7e248547 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -75,7 +75,7 @@ jobs: # mysql ${MYSQL_OPTS} ${DB_NAME} < ./schemas/dbstructure.sql - name: Unitary tests - uses: paambaati/codeclimate-action@v3 + uses: paambaati/codeclimate-action@v3.2.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} XDEBUG_MODE: coverage