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 4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
5050 # yamllint disable-line rule:line-length
51- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in
6161 # manually (see below)
6262 - name : Autobuild
6363 # yamllint disable-line rule:line-length
64- uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
64+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # yamllint disable-line rule:line-length
7777
7878 - name : Perform CodeQL Analysis
7979 # yamllint disable-line rule:line-length
80- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
80+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
8181 with :
8282 category : /language:${{matrix.language}}
Original file line number Diff line number Diff line change 7979 # Upload the results to GitHub's code scanning dashboard.
8080 - name : Upload to code-scanning
8181 # yamllint disable-line rule:line-length
82- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
82+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
8383 with :
8484 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments