Skip to content

Commit 0c84588

Browse files
Merge pull request #576 from ie3-institute/ps/#575-sonarDependabot
Included Sonar CI step for Dependabot PRs
2 parents 49e5579 + 49256fc commit 0c84588

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
run: ./gradlew scaladoc
7979

8080
- name: SonarQube
81-
if: ${{ !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.ref_name, 'dependabot/') }}
8281
run: |
8382
./gradlew sonar \
8483
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased/Snapshot]
88

9+
### Changed
10+
- Reincluded SonarQube step for Dependabot PRs [#575](https://github.com/ie3-institute/PowerSystemUtils/issues/575)
11+
912
## [3.1.0]
1013

1114
### Added

0 commit comments

Comments
 (0)