update rubocop version
This commit is contained in:
parent
8fb9090674
commit
cd1625a162
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration-testing.yml
vendored
4
.github/workflows/integration-testing.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Install Code Scanning integration
|
- 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
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
- name: Rubocop run
|
- name: Rubocop run
|
||||||
|
|
@ -117,4 +117,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
sarif_file: rubocop.sarif
|
sarif_file: rubocop.sarif
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue