From cd1625a16277eb540a559783006c6f3bbc72e902 Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Tue, 26 May 2020 10:29:57 +0100 Subject: [PATCH] update rubocop version --- .github/workflows/integration-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index e2db985ca..2a5edd43c 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -104,7 +104,7 @@ jobs: with: ruby-version: 2.6 - name: Install Code Scanning integration - run: bundle add code-scanning-rubocop --version 0.2.0 --skip-install + run: bundle add code-scanning-rubocop --version 0.3.0 --skip-install - name: Install dependencies run: bundle install - name: Rubocop run @@ -117,4 +117,4 @@ jobs: with: sarif_file: rubocop.sarif env: - TEST_MODE: true \ No newline at end of file + TEST_MODE: true