File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - os : windows-latest
2727 python-version : " 3.14"
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v3
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 name : SonarQube
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616 - name : Set up Python
17- uses : actions/setup-python@v3
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.14
2020 - name : Install dependencies
2727 coverage combine
2828 coverage xml
2929 - name : SonarQube Scan
30- uses : SonarSource/sonarqube-scan-action@v7.0.0
30+ uses : SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
3131 env :
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments