Skip to content

Commit

Permalink
update rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed May 26, 2020
1 parent 8fb9090 commit cd1625a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -117,4 +117,4 @@ jobs:
with:
sarif_file: rubocop.sarif
env:
TEST_MODE: true
TEST_MODE: true

0 comments on commit cd1625a

Please sign in to comment.