We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3068948 commit 31e2e40Copy full SHA for 31e2e40
.github/workflows/main.yml
@@ -36,15 +36,14 @@ jobs:
36
needs: release
37
runs-on: ubuntu-latest
38
steps:
39
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
40
with:
41
fetch-depth: 0
42
- name: SonarQube
43
uses: sonarsource/sonarqube-scan-action@master
44
env:
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
47
- SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
+ SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
48
- name: Set up Docker Buildx
49
uses: docker/setup-buildx-action@v3
50
- name: Login to GitHub Container Registry
0 commit comments