File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 # Initializes the CodeQL tools for scanning.
2424 - name : Initialize CodeQL
25- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
25+ uses : github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
2626 with :
2727 languages : python
2828
2929 - name : Perform CodeQL Analysis
30- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
30+ uses : github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
76+ uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5656 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5757
5858 - name : Upload result to GitHub Code Scanning
59- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
59+ uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
6060 with :
6161 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 2323 os : " ubuntu-latest"
2424 is_pr : " false"
2525 - name : SonarCloud Scan
26- uses : SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # master
26+ uses : SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # master
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121 - name : Download PR number artifact
22- uses : dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
22+ uses : dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
2323 with :
2424 workflow : Tests
2525 run_id : ${{ github.event.workflow_run.id }}
3030 with :
3131 path : ./PR_NUMBER
3232 - name : Download Test Coverage
33- uses : dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
33+ uses : dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
3434 with :
3535 workflow : Tests
3636 run_id : ${{ github.event.workflow_run.id }}
5656
5757 git checkout -B temp-branch-for-scanning upstream/${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
5858 - name : SonarCloud Scan
59- uses : SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # master
59+ uses : SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # master
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments