Skip to content

chore(deps): update sonarsource/sonarqube-scan-action action to v8 - #1842

Merged
firecow merged 1 commit into
masterfrom
renovate/sonarsource-sonarqube-scan-action-8.x
Apr 30, 2026
Merged

chore(deps): update sonarsource/sonarqube-scan-action action to v8#1842
firecow merged 1 commit into
masterfrom
renovate/sonarsource-sonarqube-scan-action-8.x

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
sonarsource/sonarqube-scan-action action major v7.2v8.0

Release Notes

sonarsource/sonarqube-scan-action (sonarsource/sonarqube-scan-action)

v8

Compare Source

v8.0

Compare Source

v8.0.0

Compare Source

What's Changed
Breaking change

Full Changelog: SonarSource/sonarqube-scan-action@v7...v8.0.0

v7.2.1

Compare Source

What's Changed
  • SQSCANGHA-140 Set skipSignatureVerification default value to true to avoid breaking change by @​gmmcal in SonarSource#240

Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".github/workflows/build.yml">

<violation number="1" location=".github/workflows/build.yml:86">
P2: This major-version bump changes `skipSignatureVerification` behavior implicitly. Set it explicitly in the workflow so the pipeline doesn't silently change behavior on upgrade.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

- name: Run Tests
run: bun run coverage
- uses: sonarsource/sonarqube-scan-action@v7.2
- uses: sonarsource/sonarqube-scan-action@v8.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: This major-version bump changes skipSignatureVerification behavior implicitly. Set it explicitly in the workflow so the pipeline doesn't silently change behavior on upgrade.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/build.yml, line 86:

<comment>This major-version bump changes `skipSignatureVerification` behavior implicitly. Set it explicitly in the workflow so the pipeline doesn't silently change behavior on upgrade.</comment>

<file context>
@@ -83,7 +83,7 @@ jobs:
       - name: Run Tests
         run: bun run coverage
-      - uses: sonarsource/sonarqube-scan-action@v7.2
+      - uses: sonarsource/sonarqube-scan-action@v8.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
</file context>
Suggested change
- uses: sonarsource/sonarqube-scan-action@v8.0
- uses: sonarsource/sonarqube-scan-action@v8.0
with:
skipSignatureVerification: true

@sonarqubecloud

Copy link
Copy Markdown

@firecow
firecow merged commit f67605f into master Apr 30, 2026
16 checks passed
@firecow
firecow deleted the renovate/sonarsource-sonarqube-scan-action-8.x branch April 30, 2026 08:49
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 13, 2026
This MR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [npm:gitlab-ci-local](https://github.com/firecow/gitlab-ci-local) | `4.71.0` → `4.72.0` | ![age](https://developer.mend.io/api/mc/badges/age/npm/gitlab-ci-local/4.72.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gitlab-ci-local/4.72.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gitlab-ci-local/4.71.0/4.72.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gitlab-ci-local/4.71.0/4.72.0?slim=true) |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>firecow/gitlab-ci-local (npm:gitlab-ci-local)</summary>

### [`v4.72.0`](https://github.com/firecow/gitlab-ci-local/releases/tag/4.72.0)

[Compare Source](firecow/gitlab-ci-local@4.71.0...4.72.0)

#### What's Changed

- feat: support spec:inputs for root pipeline via --input and --inputs-file by [@&#8203;gyanranjan](https://github.com/gyanranjan) in [#&#8203;1814](firecow/gitlab-ci-local#1814)
- feat: implement workflow:rules:variables support ([#&#8203;1832](firecow/gitlab-ci-local#1832)) by [@&#8203;bcouetil](https://github.com/bcouetil) in [#&#8203;1833](firecow/gitlab-ci-local#1833)
- chore(deps): lock file maintenance by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1834](firecow/gitlab-ci-local#1834)
- chore(deps): update all non-major by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1835](firecow/gitlab-ci-local#1835)
- fix: pass artifact paths to rsync via `--files-from`  by [@&#8203;Paul-Goulpie](https://github.com/Paul-Goulpie) in [#&#8203;1825](firecow/gitlab-ci-local#1825)
- chore(deps): update sonarsource/sonarqube-scan-action action to v8 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1842](firecow/gitlab-ci-local#1842)
- fix: connect service containers to local registry network by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1847](firecow/gitlab-ci-local#1847)
- test: ignore 'still running' heartbeat in stdout assertions by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1851](firecow/gitlab-ci-local#1851)
- chore(deps): update github/codeql-action action to v4.35.4 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1843](firecow/gitlab-ci-local#1843)
- chore(deps): lock file maintenance by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1845](firecow/gitlab-ci-local#1845)
- feat: add environment column to --list and --list-csv ([#&#8203;1837](firecow/gitlab-ci-local#1837)) by [@&#8203;bcouetil](https://github.com/bcouetil) in [#&#8203;1838](firecow/gitlab-ci-local#1838)
- feat: support needs\[].parallel.matrix and matrix expressions by [@&#8203;inistor](https://github.com/inistor) in [#&#8203;1848](firecow/gitlab-ci-local#1848)
- fix: reject empty rules array instead of silently skipping job by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1852](firecow/gitlab-ci-local#1852)
- fix: respect IGNORE\_PREDEFINED\_VARS in .gitlab-ci-local-env by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1853](firecow/gitlab-ci-local#1853)
- fix: reject ${VAR} in rules:if by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1854](firecow/gitlab-ci-local#1854)
- fix: wait for child stdio close before resolving exec by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1855](firecow/gitlab-ci-local#1855)
- chore: pin third-party actions to commit SHAs by [@&#8203;firecow](https://github.com/firecow) in [#&#8203;1857](firecow/gitlab-ci-local#1857)

#### New Contributors

- [@&#8203;gyanranjan](https://github.com/gyanranjan) made their first contribution in [#&#8203;1814](firecow/gitlab-ci-local#1814)
- [@&#8203;inistor](https://github.com/inistor) made their first contribution in [#&#8203;1848](firecow/gitlab-ci-local#1848)

**Full Changelog**: <firecow/gitlab-ci-local@4.71.0...4.72.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNSIsInVwZGF0ZWRJblZlciI6IjQzLjE3My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant