Skip to content

Commit

Permalink
Add upload of code issues report in "update" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Oct 25, 2024
1 parent 1435d17 commit b6cfb82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ jobs:
uses: matlab-actions/run-command@v2
if: always()
with:
command: addpath(genpath("dev")),codecheckToolbox()
command: addpath(genpath("dev")),codecheckToolbox()

# Upload code issues report
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: docs/reports/code_issues.sarif

# Runs all tests in the project.
- name: Run tests
Expand Down

0 comments on commit b6cfb82

Please sign in to comment.