From 3574fcf1f3051181be9ddbc5fd519d4987098739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:41:56 +0000 Subject: [PATCH] Bump the github_actions group with 2 updates Bumps the github_actions group with 2 updates: [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) and [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `aws-actions/amazon-ecs-render-task-definition` from 1.8.4 to 1.8.5 - [Release notes](https://github.com/aws-actions/amazon-ecs-render-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-render-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.8.4...v1.8.5) Updates `sonarsource/sonarqube-scan-action` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-task-definition dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7b15abf0..4e0f5f1c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -63,7 +63,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@v1.8.4 + uses: aws-actions/amazon-ecs-render-task-definition@v1.8.5 with: task-definition: ${{ vars.ECS_TASK_DEFINITION_PATH }} container-name: ${{ vars.CONTAINER_NAME }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869c5cda..41342989 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,7 @@ jobs: echo "SONAR_PROJECT_VERSION=$(echo $GITHUB_SHA | cut -c1-8)" >> $GITHUB_ENV echo "SONAR_REPORT_PATHS=$(ls coverage/coverage-*.json | paste -sd "," -)" >> $GITHUB_ENV - name: SonarQube Scanner - uses: sonarsource/sonarqube-scan-action@v7.1.0 + uses: sonarsource/sonarqube-scan-action@v8.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}