Skip to content

Commit 9699df9

Browse files
chore(actions): update docker/build-push-action action to v6
1 parent 3891b90 commit 9699df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prereleased.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build Docker Image
8383
id: docker_build
84-
uses: docker/build-push-action@v5
84+
uses: docker/build-push-action@v6
8585
env:
8686
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY }}:${{ needs.prepare.outputs.version }}
8787
with:

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2828
2929
- name: SonarQube Scan
30-
uses: sonarsource/sonarqube-scan-action@v2.1.0
30+
uses: sonarsource/sonarqube-scan-action@v2.0.1
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)