File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
42+ uses : github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
4343 with :
4444 languages : ${{ matrix.language }}
4545 # If you wish to specify custom queries, you can do so here or in a config file.
4949 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5050 # If this step fails, then you should remove it and run the build manually (see below)
5151 - name : Autobuild
52- uses : github/codeql-action/autobuild@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
52+ uses : github/codeql-action/autobuild@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
5353
5454 # ℹ️ Command-line programs to run using the OS shell.
5555 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6262 # ./location_of_script_within_repo/buildscript.sh
6363
6464 - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
65+ uses : github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
6666 with :
6767 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : ' Upload to code-scanning'
74- uses : github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
74+ uses : github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments