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 3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@v3
36+ uses : github/codeql-action/init@v4
3737 with :
3838 languages : python
3939 # If you wish to specify custom queries, you can do so here or in a config file.
4242 # queries: ./path/to/local/query, your-org/your-repo/queries@main
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@v3
45+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
71+ uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments