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 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
49+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
5050 with :
5151 languages : ${{ matrix.language }}
5252 # If you wish to specify custom queries, you can do so here or in
5858 # If this step fails, then you should remove it and run the build
5959 # manually (see below)
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
61+ uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # yamllint disable-line rule:line-length
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
76+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
7777 with :
7878 category : /language:${{matrix.language}}
Original file line number Diff line number Diff line change 7474
7575 # Upload the results to GitHub's code scanning dashboard.
7676 - name : Upload to code-scanning
77- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
77+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments