diff --git a/samples/run-dottest-analyzer-template.yml b/samples/run-dottest-analyzer-template.yml index e14abe0..e184321 100644 --- a/samples/run-dottest-analyzer-template.yml +++ b/samples/run-dottest-analyzer-template.yml @@ -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 }} @@ -102,4 +102,4 @@ jobs: - name: Upload results to GitHub uses: github/codeql-action/upload-sarif@v1 with: - sarif_file: ${{ steps.dottest.outputs.report }} \ No newline at end of file + sarif_file: ${{ steps.dottest.outputs.report }}