File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 severity : ' CRITICAL'
2424
2525 - name : Upload Trivy scan results to GitHub Security tab
26- uses : github/codeql-action/upload-sarif@v3
26+ uses : github/codeql-action/upload-sarif@v4
2727 with :
2828 sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 2626
2727 # Initializes the CodeQL tools for scanning.
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@v3
29+ uses : github/codeql-action/init@v4
3030 with :
3131 languages : ${{ matrix.language }}
3232 # If you wish to specify custom queries, you can do so here or in a config file.
3737 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3838 # If this step fails, then you should remove it and run the build manually (see below)
3939 - name : Autobuild
40- uses : github/codeql-action/autobuild@v3
40+ uses : github/codeql-action/autobuild@v4
4141
4242 # ℹ️ Command-line programs to run using the OS shell.
4343 # 📚 https://git.io/JvXDl
5151 # make release
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v3
54+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments