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 }}