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 3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
42+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
52+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
65+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6666 with :
6767 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7272 # Upload the results to GitHub's code scanning dashboard (optional).
7373 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
75+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
7676 with :
7777 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments