File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@v4.32.0
51+ uses : github/codeql-action/init@v4.32.1
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060 # If this step fails, then you should remove it and run the build manually (see below)
6161 - name : Autobuild
62- uses : github/codeql-action/autobuild@v4.32.0
62+ uses : github/codeql-action/autobuild@v4.32.1
6363
6464 # ℹ️ Command-line programs to run using the OS shell.
6565 # 📚 https://git.io/JvXDl
8080 if : ${{ success() }}
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@v4.32.0
83+ uses : github/codeql-action/analyze@v4.32.1
Original file line number Diff line number Diff line change 6565 # Upload the results to GitHub's code scanning dashboard (optional).
6666 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767 - name : " Upload to code-scanning"
68- uses : github/codeql-action/upload-sarif@ee1e1399e292f3386c840526dac6a4dc7509ad72 # v4.31.10
68+ uses : github/codeql-action/upload-sarif@ab5b0e3aabf4de044f07a63754c2110d3ef2df38 # v4.31.10
6969 with :
7070 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments