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 7575
7676 # Initializes the CodeQL tools for scanning.
7777 - name : Initialize CodeQL
78- uses : github/codeql-action/init@v3
78+ uses : github/codeql-action/init@v4
7979 with :
8080 languages : ${{ matrix.language }}
8181 build-mode : ${{ matrix.build-mode }}
@@ -108,6 +108,6 @@ jobs:
108108 exit 1
109109
110110 - name : Perform CodeQL Analysis
111- uses : github/codeql-action/analyze@v3
111+ uses : github/codeql-action/analyze@v4
112112 with :
113113 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3434 output : ' flawfinder_results.sarif'
3535
3636 - name : Upload analysis results to GitHub Security tab
37- uses : github/codeql-action/upload-sarif@v3
37+ uses : github/codeql-action/upload-sarif@v4
3838 with :
3939 sarif_file : ${{github.workspace}}/flawfinder_results.sarif
You can’t perform that action at this time.
0 commit comments