Skip to content

Commit

Permalink
Update dependencies and config (#93)
Browse files Browse the repository at this point in the history
* updates

* update sonar

* update sonarcloud pipeline
  • Loading branch information
JoostVoskuil authored Nov 23, 2024
1 parent f6d33aa commit 6d35bba
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 337 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Taks version 2

### 2.13
- Update dependencies
- Update config

### 2.12
- Fix config
- Update config
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stages:
versionSpec: '20.x'
displayName: 'Install Node.js'

- task: SonarCloudPrepare@2
- task: SonarCloudPrepare@3
inputs:
SonarCloud: 'SonarCloud'
organization: 'joostvoskuil'
Expand All @@ -40,10 +40,10 @@ stages:
path: task/v2
name: Gitleaks V2

- task: SonarCloudAnalyze@2
- task: SonarCloudAnalyze@3
inputs:
jdkversion: 'JAVA_HOME_17_X64'
- task: SonarCloudPublish@2
- task: SonarCloudPublish@3
inputs:
pollingTimeoutSec: '300'

Expand Down
Loading

0 comments on commit 6d35bba

Please sign in to comment.