File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
61+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
6262 with :
6363 languages : ${{ matrix.language }}
6464 config-file : .github/codeql/codeql-config.yaml
7171 # queries: ./path/to/local/query, your-org/your-repo/queries@main
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
74+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
Original file line number Diff line number Diff line change 5959
6060 # Upload the results to GitHub's code scanning dashboard.
6161 - name : Upload to code-scanning
62- uses : github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
62+ uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
6363 with :
6464 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments