File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
61+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
6262 with :
6363 languages : ${{ matrix.language }}
6464 build-mode : ${{ matrix.build-mode }}
7070 # queries: security-extended,security-and-quality
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
73+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
7474 with :
7575 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5757
5858 # Upload the results to GitHub's code scanning dashboard.
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
60+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
6161 with :
6262 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments