From 0fc706a092eeace9f2f5aedb38afdf958b8a98af Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 18 Sep 2022 16:58:41 +0200 Subject: [PATCH] Update rubocop.yml --- .github/workflows/rubocop.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index eecce1be..8d55ae65 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -41,15 +41,10 @@ jobs: bundle exec rubocop --require code_scanning --format CodeScanning::SarifFormatter -o rubocop.sarif [[ $? -ne 2 ]] " - - name: Check file existence - id: check_files - uses: andstor/file-existence-action@v1 - with: - files: "rubocop.sarif" - - name: Upload Sarif output - if: steps.check_files.outputs.files_exists == 'true' - uses: github/codeql-action/upload-sarif@v2 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: rubocop.sarif + # - name: Upload Sarif output + # if: steps.check_files.outputs.files_exists == 'true' + # uses: github/codeql-action/upload-sarif@v2 + # with: + # # Path to SARIF file relative to the root of the repository + # sarif_file: rubocop.sarif