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 6464
6565 # Initializes the CodeQL tools for scanning.
6666 - name : Initialize CodeQL
67- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
67+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
6868 with :
6969 languages : ${{ matrix.language }}
7070 build-mode : ${{ matrix.build-mode }}
9292 exit 1
9393
9494 - name : Perform CodeQL Analysis
95- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
95+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
9696 with :
9797 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6767 # Upload the results to GitHub's code scanning dashboard (optional).
6868 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6969 - name : " Upload to code-scanning"
70- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
70+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7171 with :
7272 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments