File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : blacksmith-4vcpu-ubuntu-2404
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : blacksmith docker
1616 uses : useblacksmith/setup-docker-builder@v1
1717 - name : docker build / start
4242 - 27017:27017
4343 steps :
4444 - name : checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 - name : wait for databases
4747 run : |
4848 while ! nc -z localhost 27017; do sleep 0.1; done
6666 - 27017:27017
6767 steps :
6868 - name : checkout
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v6
7070 - name : wait for databases
7171 run : |
7272 while ! nc -z localhost 27017; do sleep 0.1; done
9090 - 27017:27017
9191 steps :
9292 - name : checkout
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v6
9494 - name : wait for databases
9595 run : |
9696 while ! nc -z localhost 27017; do sleep 0.1; done
@@ -102,7 +102,7 @@ jobs:
102102 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103103 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
104104 - name : sonarcloud.io
105- uses : sonarsource /sonarqube-scan-action@v6.0 .0
105+ uses : SonarSource /sonarqube-scan-action@v7.1 .0
106106 env :
107107 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108108 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments