File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed 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@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
27+ uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
2828 with :
2929 languages : python
3030
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
32+ uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
Original file line number Diff line number Diff line change 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@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
74+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5252 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5353
5454 - name : Upload result to GitHub Code Scanning
55- uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
55+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
5656 with :
5757 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 4545 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
4646
4747 - name : Upload result to GitHub Code Scanning
48- uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
48+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
4949 with :
5050 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@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
23+ uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
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@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
34+ uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
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