File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 # Checkout the repository to the GitHub Actions runner
2525 - name : Checkout code
26- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2727
2828 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2929 - name : Run Codacy Analysis CLI
4141 # This will handover control about PR rejection to the GitHub side
4242 max-allowed-issues : 2147483647
4343
44- # Upload the SARIF file generated in the previous step
45- - name : Upload SARIF results file
46- uses : github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3
47- with :
48- sarif_file : results.sarif
49- category : codacy
44+ # # Upload the SARIF file generated in the previous step
45+ # - name: Upload SARIF results file
46+ # uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
47+ # with:
48+ # sarif_file: results.sarif
49+ # category: codacy
You can’t perform that action at this time.
0 commit comments