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 5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
57+ uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
7575 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7676 # If this step fails, then you should remove it and run the build manually (see below)
7777 - name : Autobuild
78- uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
78+ uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7979
8080 # ℹ️ Command-line programs to run using the OS shell.
8181 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8888 # ./location_of_script_within_repo/buildscript.sh
8989
9090 - name : Perform CodeQL Analysis
91- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
91+ uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
Original file line number Diff line number Diff line change 7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
78+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7979 with :
8080 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments