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
4343 - 5432:5432
4444 steps :
4545 - name : checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 - name : wait for databases
4848 run : |
4949 while ! nc -z localhost 5432; do sleep 0.1; done
6868 - 5432:5432
6969 steps :
7070 - name : checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 - name : wait for databases
7373 run : |
7474 while ! nc -z localhost 5432; do sleep 0.1; done
9393 - 5432:5432
9494 steps :
9595 - name : checkout
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v6
9797 - name : wait for databases
9898 run : |
9999 while ! nc -z localhost 5432; do sleep 0.1; done
@@ -105,7 +105,7 @@ jobs:
105105 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
106106 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
107107 - name : sonarcloud.io
108- uses : sonarsource /sonarqube-scan-action@v6.0 .0
108+ uses : SonarSource /sonarqube-scan-action@v7.1 .0
109109 env :
110110 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
111111 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments