File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 # 🎯 Analyze all code with full features, convert to SARIF, and format output
5858
5959 - name : 📤 Upload Results to GitHub Security
60- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
60+ uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
6161 with :
6262 sarif_file : rust-clippy-results.sarif
6363 wait-for-processing : true
Original file line number Diff line number Diff line change 5252 # 🎯 Lint frontend code using NX, output in SARIF format for GitHub
5353
5454 - name : 📤 Upload Results to GitHub Security
55- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
55+ uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
5656 with :
5757 sarif_file : apps/front/eslint-results.sarif
5858 wait-for-processing : true
Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
76+ uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
7777 with :
7878 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments