Skip to content

Commit

Permalink
Update run-dottest-analyzer-template.yml
Browse files Browse the repository at this point in the history
Update version to 1.2.0 (next release)
  • Loading branch information
tobyash86 authored Apr 12, 2021
1 parent 83b58a0 commit b31de2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/run-dottest-analyzer-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Runs code analysis with dotTEST and generates a .sarif report.
- name: Run Parasoft dotTEST
id: dottest
uses: parasoft/run-dottest-action@1.1.1
uses: parasoft/run-dottest-action@1.2.0
with:
# Path to the working directory.
#workingDir: # optional, default is ${{ github.workspace }}
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
- name: Upload results to GitHub
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.dottest.outputs.report }}
sarif_file: ${{ steps.dottest.outputs.report }}

0 comments on commit b31de2d

Please sign in to comment.