File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 cat bandit-output.sarif
3333
3434 - name : Upload Bandit scan results to GitHub Security tab
35- uses : github/codeql-action/upload-sarif@v3
35+ uses : github/codeql-action/upload-sarif@v4
3636 with :
3737 sarif_file : " bandit-output.sarif"
3838
Original file line number Diff line number Diff line change 3636 - name : Run ansible-lint
3737 run : ansible-lint
3838 - name : Upload SARIF file
39- uses : github/codeql-action/upload-sarif@v3
39+ uses : github/codeql-action/upload-sarif@v4
4040 with :
4141 # Path to SARIF file relative to the root of the repository
4242 sarif_file : ansible_lint_result.sarif
Original file line number Diff line number Diff line change 6969 # Upload the results to GitHub's code scanning dashboard (optional).
7070 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@v3
72+ uses : github/codeql-action/upload-sarif@v4
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments