We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e5579 + 49256fc commit 0c84588Copy full SHA for 0c84588
.github/workflows/ci.yml
@@ -78,7 +78,6 @@ jobs:
78
run: ./gradlew scaladoc
79
80
- name: SonarQube
81
- if: ${{ !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.ref_name, 'dependabot/') }}
82
run: |
83
./gradlew sonar \
84
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased/Snapshot]
8
9
+### Changed
10
+- Reincluded SonarQube step for Dependabot PRs [#575](https://github.com/ie3-institute/PowerSystemUtils/issues/575)
11
+
12
## [3.1.0]
13
14
### Added
0 commit comments