File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@7273f08caa1dcf2c2837f362f1982de0ab4dc344 # v3.28.15
77+ uses : github/codeql-action/upload-sarif@7273f08caa1dcf2c2837f362f1982de0ab4dc344
7878 with :
7979 sarif_file : results.sarif
Original file line number Diff line number Diff line change 7777 # Upload the results to GitHub's code scanning dashboard (optional).
7878 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7979 - name: "Upload to code-scanning"
80- uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
80+ uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
8181 with:
8282 sarif_file: results.sarif
8383{% - endraw %}
You can’t perform that action at this time.
0 commit comments