File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ exclude_paths :
2
+ - .github/workflows/codacy.yml
3
+ - .codacy.yml
4
+ - " **/*.md"
Original file line number Diff line number Diff line change 40
40
41
41
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
42
42
- name : Run Codacy Analysis CLI
43
- uses : codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e # v4.4.5
43
+ uses : codacy/codacy-analysis-cli-action@562ee3e92b8e92df8b67e0a5ff8aa8e261919c08 # v4.4.7
44
44
with :
45
45
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
46
46
# You can also omit the token and run the tools that support default configurations
54
54
# This will handover control about PR rejection to the GitHub side
55
55
max-allowed-issues : 2147483647
56
56
57
- # Upload the SARIF file generated in the previous step
58
- - name : Upload SARIF results file
59
- uses : github/codeql-action/upload-sarif@v3
60
- with :
61
- sarif_file : results.sarif
57
+ # # Upload the SARIF file generated in the previous step
58
+ # - name: Upload SARIF results file
59
+ # uses: github/codeql-action/upload-sarif@v3
60
+ # with:
61
+ # sarif_file: results.sarif
You can’t perform that action at this time.
0 commit comments