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 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
56+ uses : github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4
5757 with :
5858 languages : ${{ matrix.language }}
5959 # If you wish to specify custom queries, you can do so here or in a config file.
7676
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
79+ uses : github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4
8080 with :
8181 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
71+ uses : github/codeql-action/upload-sarif@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments