Skip to content

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

Merged
firecow merged 1 commit intomasterfrom
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 intomasterfrom
renovate/sonarsource-sonarqube-scan-action-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

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.

Copy link
Copy Markdown
Contributor

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

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/[email protected]
+      - uses: sonarsource/[email protected]
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
</file context>
Suggested change
- uses: sonarsource/[email protected]
- uses: sonarsource/[email protected]
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
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