.github/workflows/rubocop.yml in telemetry-logger-0.1.1 vs .github/workflows/rubocop.yml in telemetry-logger-0.2.0

- old
+ new

@@ -19,6 +19,10 @@ - name: Rubocop run --no-doc run: | bash -c " rubocop --require code_scanning --format CodeScanning::SarifFormatter -o rubocop.sarif [[ $? -ne 2 ]] - " + " + - name: Upload Sarif output + uses: github/codeql-action/upload-sarif@v1 + with: + sarif_file: rubocop.sarif \ No newline at end of file