File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
27- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
27+ uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
2828 with :
2929 languages : python
3030
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
32+ uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
Original file line number Diff line number Diff line change 6262 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363 # format to the repository Actions tab.
6464 - name : " Upload artifact"
65- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
65+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6666 with :
6767 name : SARIF file
6868 path : results.sarif
7171 # Upload the results to GitHub's code scanning dashboard (optional).
7272 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
74+ uses : github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5959 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
6060
6161 - name : Upload result to GitHub Code Scanning
62- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
62+ uses : github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
6363 with :
6464 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 - name : Download PR number artifact
23- uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
23+ uses : dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
2424 with :
2525 workflow : Tests
2626 run_id : ${{ github.event.workflow_run.id }}
3131 with :
3232 path : ./PR_NUMBER
3333 - name : Download Test Coverage
34- uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
34+ uses : dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
3535 with :
3636 workflow : Tests
3737 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments