From f07918af2d634982510fcfc7fed2d750bf2c817a Mon Sep 17 00:00:00 2001 From: PhilippSchmelter Date: Wed, 2 Jul 2025 13:34:39 +0200 Subject: [PATCH 1/2] removed line --- .github/workflows/ci.yml | 1 - CHANGELOG.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f26eb35..4d517fd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,6 @@ jobs: run: ./gradlew scaladoc - name: SonarQube - if: ${{ !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.ref_name, 'dependabot/') }} run: | ./gradlew sonar \ -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \ diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c296a7..7ed51f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased/Snapshot] +### Changed +- Included SonarQube step for Dependabot PRs [#575](https://github.com/ie3-institute/PowerSystemUtils/issues/575) + ## [3.1.0] ### Added From 49256fc9497761812f7a6b4dffd6cf36ac6ba7e8 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Wed, 2 Jul 2025 13:38:29 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Daniel Feismann <98817556+danielfeismann@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed51f24..92ffd69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased/Snapshot] ### Changed -- Included SonarQube step for Dependabot PRs [#575](https://github.com/ie3-institute/PowerSystemUtils/issues/575) +- Reincluded SonarQube step for Dependabot PRs [#575](https://github.com/ie3-institute/PowerSystemUtils/issues/575) ## [3.1.0]