File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v3
43+ uses : github/codeql-action/init@v4
4444 with :
4545 languages : ${{ matrix.language }}
4646 build-mode : ${{ matrix.build-mode }}
6262 exit 1
6363
6464 - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@v3
65+ uses : github/codeql-action/analyze@v4
6666 with :
6767 category : " /language:${{matrix.language}}"
6868
Original file line number Diff line number Diff line change 6666 # Upload the results to GitHub's code scanning dashboard (optional).
6767 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6868 - name : " Upload to code-scanning"
69- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
69+ uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
7070 with :
7171 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments