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 3333 checkmarx_client_secret : ${{ secrets.CHECKMARX_CLIENT_SECRET }}
3434 # Upload the Report for CodeQL/Security Alerts
3535 - name : Upload SARIF file
36- uses : github/codeql-action/upload-sarif@v3
36+ uses : github/codeql-action/upload-sarif@v4
3737 with :
3838 sarif_file : cx.sarif
Original file line number Diff line number Diff line change 5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@v3
62+ uses : github/codeql-action/init@v4
6363 with :
6464 languages : ${{ matrix.language }}
6565 # If you wish to specify custom queries, you can do so here or in a config file.
7070 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7171 # If this step fails, then you should remove it and run the build manually (see below)
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@v3
73+ uses : github/codeql-action/autobuild@v4
7474
7575 # ℹ️ Command-line programs to run using the OS shell.
7676 # 📚 https://git.io/JvXDl
8484 # make release
8585
8686 - name : Perform CodeQL Analysis
87- uses : github/codeql-action/analyze@v3
87+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments