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 4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
50+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
60+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
73+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v2.1.27
53+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v2.1.27
5454 with :
5555 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments