File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,15 @@ jobs:
4343 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4444 - name : Run Codacy Analysis CLI
4545 # uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e #v4.4.5
46- uses : codacy/codacy-analysis-cli-action@eb58a98ee4f6df1f874e169f0ab39c77558fcc87 # 4.4.6
46+ # uses: codacy/codacy-analysis-cli-action@eb58a98ee4f6df1f874e169f0ab39c77558fcc87 #4.4.6
47+ uses : codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
4748 with :
4849 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4950 # You can also omit the token and run the tools that support default configurations
5051 project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
5152 verbose : true
52- output : results.sarif
53+ # output: results.sarif
54+ output : /tmp/results.sarif
5355 format : sarif
5456 # Adjust severity of non-security issues
5557 gh-code-scanning-compat : true
6163 - name : Upload SARIF results file
6264 uses : github/codeql-action/upload-sarif@v3
6365 with :
64- sarif_file : results.sarif
66+ # sarif_file: results.sarif
67+ sarif_file : /tmp/results.sarif
You can’t perform that action at this time.
0 commit comments