diff --git a/.github/workflows/sonar-step-springboot-analyze.yml b/.github/workflows/sonar-step-springboot-analyze.yml index 170dd3ad..8fa38f64 100644 --- a/.github/workflows/sonar-step-springboot-analyze.yml +++ b/.github/workflows/sonar-step-springboot-analyze.yml @@ -55,7 +55,7 @@ jobs: runs-on: labels: ${{ inputs.RUN_ON }} group: ${{ inputs.RUNNERS_CONTAINER_GROUP }} - container: ${{ inputs.SONAR_IMAGE }} + container: ${{ inputs.JAVA_IMAGE }} defaults: run: working-directory: ${{ inputs.WORKING_DIRECTORY }}