From 3891b908afa26416c51746f08db780845b10ac58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:59:51 +0000 Subject: [PATCH 1/2] chore(actions): update sonarsource/sonarqube-scan-action action to v2.1.0 --- .github/workflows/sonarqube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 80ce3a5..9abb902 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -27,7 +27,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2.0.1 + uses: sonarsource/sonarqube-scan-action@v2.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} From 9699df9232eb40b08cdf17578ef1213d5465b062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:58:23 +0000 Subject: [PATCH 2/2] chore(actions): update docker/build-push-action action to v6 --- .github/workflows/prereleased.yaml | 2 +- .github/workflows/sonarqube.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index a566c5f..a8dad9b 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -81,7 +81,7 @@ jobs: - name: Build Docker Image id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY }}:${{ needs.prepare.outputs.version }} with: diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 9abb902..80ce3a5 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -27,7 +27,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2.1.0 + uses: sonarsource/sonarqube-scan-action@v2.0.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}