File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
50+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5151 with :
5252 languages : ${{ matrix.language }}
5353 # If you wish to specify custom queries, you can do so here or in a config file.
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
60+ uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
6161
6262 # ℹ️ Command-line programs to run using the OS shell.
6363 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7070 # ./location_of_script_within_repo/buildscript.sh
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
73+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
7474 with :
7575 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5050
5151 # Upload the results to GitHub's code scanning dashboard.
5252 - name : " Upload to code-scanning"
53- uses : github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v2.1.27
53+ uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v2.1.27
5454 with :
5555 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments