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 3891b90 commit 9699df9Copy full SHA for 9699df9
.github/workflows/prereleased.yaml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Build Docker Image
83
id: docker_build
84
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
85
env:
86
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY }}:${{ needs.prepare.outputs.version }}
87
with:
.github/workflows/sonarqube.yaml
@@ -27,7 +27,7 @@ jobs:
27
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
28
29
- name: SonarQube Scan
30
- uses: sonarsource/sonarqube-scan-action@v2.1.0
+ uses: sonarsource/sonarqube-scan-action@v2.0.1
31
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments