1 Commits

Author SHA1 Message Date
Renovate-Clanker ff5a740602 chore(deps): update docker/build-push-action action to v7 2026-06-14 11:13:16 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ jobs:
fi
- name: Build and push Docker image (release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -96,7 +96,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
--output.checkstyle.path=golangci-lint-report.xml
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v8.2.0
uses: SonarSource/sonarqube-scan-action@v7.2.1
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}