File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 uses : ./.github/actions/sonar-properties
3434
3535 - name : sonarqube scan
36- uses : SonarSource/sonarqube-scan-action@v5.3.0
36+ uses : SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
3737 env :
3838 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3939
Original file line number Diff line number Diff line change 5151
5252 - name : coverage comment
5353 if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' && hashFiles('./reports/coverage.xml') && hashFiles('./reports/pytest-coverage.txt') }}
54- uses : MishaKav/pytest-coverage-comment@main
54+ uses : MishaKav/pytest-coverage-comment@9638e4b1448019aba40c4aaaa1ade87a9f211aa1
5555 with :
5656 pytest-coverage-path : ./reports/pytest-coverage.txt
5757 pytest-xml-coverage-path : ./reports/coverage.xml
@@ -66,12 +66,12 @@ jobs:
6666 uses : ./.github/actions/sonar-properties
6767
6868 - name : sonarqube scan
69- uses : SonarSource/sonarqube-scan-action@v5.3.0
69+ uses : SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
7070 env :
7171 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7272
7373 - name : publish test report
74- uses : mikepenz/action-junit-report@v5
74+ uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
7575 if : ${{ !cancelled() }}
7676 with :
7777 report_paths : ' reports/junit/*.xml'
You can’t perform that action at this time.
0 commit comments