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 5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29 .2
59+ uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32 .2
6060 with :
6161 languages : ${{ matrix.language }}
6262 # If you wish to specify custom queries, you can do so here or in a config file.
6666 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767 # If this step fails, then you should remove it and run the build manually (see below)
6868 - name : Autobuild
69- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29 .2
69+ uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32 .2
7070
7171 # ℹ️ Command-line programs to run using the OS shell.
7272 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7979 # ./location_of_script_within_repo/buildscript.sh
8080
8181 - name : Perform CodeQL Analysis
82- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29 .2
82+ uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32 .2
8383 with :
8484 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6262
6363 # Upload the results to GitHub's code scanning dashboard.
6464 - name : " Upload to code-scanning"
65- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29 .2
65+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32 .2
6666 with :
6767 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments