Skip to content

Commit 31e2e40

Browse files
authored
chore: update workflow
1 parent 3068948 commit 31e2e40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ jobs:
3636
needs: release
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242
- name: SonarQube
4343
uses: sonarsource/sonarqube-scan-action@master
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
47-
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
46+
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
4847
- name: Set up Docker Buildx
4948
uses: docker/setup-buildx-action@v3
5049
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)