Skip to content

Commit

Permalink
[PIDM-41] chore(azdo-pipeline-tasks): update version for deprecated a…
Browse files Browse the repository at this point in the history
…zure devops pipeline tasks
  • Loading branch information
dylantangredi-bvt committed Jan 22, 2025
1 parent 0e6c87d commit b8d3322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devops/azure-templates/maven-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
# bump version
- ${{ if ne(parameters['semver'], 'none') }}:
- task: Maven@3
- task: Maven@4
displayName: 'Bump version'
name: dump_version
inputs:
Expand Down
10 changes: 5 additions & 5 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stages:
path: $(MAVEN_CACHE_FOLDER)
displayName: Cache Maven local repo

- task: SonarCloudPrepare@1
- task: SonarCloudPrepare@3
displayName: 'Prepare SonarCloud analysis configuration'
inputs:
SonarCloud: '$(SONARCLOUD_SERVICE_CONN)'
Expand All @@ -46,7 +46,7 @@ stages:
docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite &
displayName: Run azurite to test Service - Storage integration
- task: Maven@3
- task: Maven@4
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m $(MAVEN_OPTS)'
Expand All @@ -58,7 +58,7 @@ stages:
goals: 'clean validate'
sonarQubeRunAnalysis: false

- task: Maven@3
- task: Maven@4
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m $(MAVEN_OPTS)'
Expand All @@ -70,12 +70,12 @@ stages:
goals: 'clean verify'
sonarQubeRunAnalysis: true

- task: SonarCloudPublish@1
- task: SonarCloudPublish@3
displayName: 'Publish SonarCloud results on build summary'
inputs:
pollingTimeoutSec: '300'

- task: PublishCodeCoverageResults@1
- task: PublishCodeCoverageResults@2
inputs:
codeCoverageTool: 'JaCoCo'
summaryFileLocation: 'target/site/jacoco/jacoco.xml'
Expand Down

0 comments on commit b8d3322

Please sign in to comment.