Skip to content

chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 - autoclosed #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2025

This PR contains the following updates:

Package Type Update Change
SonarSource/sonarqube-scan-action action minor v5.0.0 -> v5.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/sonarqube-scan-action@v5.2.0...v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0


Configuration

📅 Schedule: 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

codecov bot commented Jul 22, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
300 2 298 13
View the top 2 failed test(s) by shortest run time
tests.aignostics.application.gui_test::test_gui_index
Stack Traces | 3.75s run time
There were unexpected ERROR logs.
tests.aignostics.qupath.gui_test::test_gui_qupath_install
Stack Traces | 144s run time
args = ()
kwargs = {'runner': <typer.testing.CliRunner object at 0x7f3e83594a70>, 'silent_logging': None, 'user': <nicegui.testing.user.User object at 0x7f3e8109da90>}

    async def wrapped_test(*args, **kwargs):
        with Client.auto_index_client:
>           return await original_test(*args, **kwargs)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

..../test-3-13/lib/python3.13.../nicegui/testing/user_plugin.py:29: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
.../aignostics/qupath/gui_test.py:63: in test_gui_qupath_install
    await user.should_see("Launchpad is healthy")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <nicegui.testing.user.User object at 0x7f3e8109da90>
target = 'Launchpad is healthy'

    async def should_see(self,
                         target: Union[str, Type[T], None] = None,
                         *,
                         kind: Optional[Type[T]] = None,
                         marker: Union[str, List[str], None] = None,
                         content: Union[str, List[str], None] = None,
                         retries: int = 3,
                         ) -> None:
        """Assert that the page contains an element fulfilling certain filter rules.
    
        Note that there is no scrolling in the user simulation -- the entire page is always *visible*.
        Due to asynchronous execution, sometimes the expected elements only appear after a short delay.
    
        By default `should_see` makes three attempts to find the element before failing.
        This can be adjusted with the `retries` parameter.
        """
        for _ in range(retries):
            with self._client:
                if self.notify.contains(target) or self._gather_elements(target, kind, marker, content):
                    return
                await asyncio.sleep(0.1)
>       raise AssertionError('expected to see at least one ' + self._build_error_message(target, kind, marker, content))
E       AssertionError: expected to see at least one element with marker=Launchpad is healthy or content=Launchpad is healthy on the page:
E       q-layout
E        Header [model-value=True, elevated=True, add_scroll_padding=True]
E         Link [href=/, target=_self]
E          Image [src=/assets/logo.png]
E          Tooltip [text=Go to start page]
E         Space
E         Label [text=QuPath Extension]
E         Space
E         DarkMode
E         Button [icon=dark_mode, visible=False]
E         RefreshableContainer
E          Spinner [size=1em, thickness=5.0, flat=True]
E         Button [icon=folder_special, flat=True]
E          Tooltip [text=Open data directory...]
E         Button [icon=menu, flat=True]
E          Tooltip [text=Open menu]
E        q-page-container
E         q-page
E          div
E           Colors [primary=#1C1242, secondary=#B9B1DF, accent=#111B1E, dark=#1d1d1d1d, dark_page=#12121212, positive=#0CA57B, negative=#D4313C, info=#261C8D, warning=#FFCC00, customColors={'brand_white': '#EF...]
E           DarkMode
E           Timer
E           Timer
E           QueryElement [selector=body, classes=['bg-aignostics-ligh...]
E           Markdown [content=...]
E           Row
E            Column
E             Card
E              Label [text=QuPath 0.6.0-rc5 is...]
E              LinearProgress [size=4px, instant-feedback=True, visible=False]
E              Row
E               Button [markers=BUTTON_QUPATH_LAUNCH, label=Open, icon=visibility]
E               Space
E               Button [markers=BUTTON_QUPATH_INSTALL, label=Reinstall, icon=install_desktop]
E               Button [markers=BUTTON_QUPATH_INSTALL, label=Uninstall, icon=extension_off]
E             Markdown [content=...]
E            Space
E            Column
E             Row
E              Space
E              Html [content=<dotlottie-player sr...]
E              Space
E        RightDrawer [model-value=True, side=right]
E         Column
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=biotech]
E            ItemSection
E             Label [text=Run Applications]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=image]
E            ItemSection
E             Label [text=Download Datasets]
E          Space
E          List
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=visibility]
E            ItemSection
E             Label [text=QuPath Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=difference]
E            ItemSection
E             Label [text=Marimo Extension]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=cloud]
E            ItemSection
E             Label [text=Manage Cloud Bucket]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             RefreshableContainer
E              Icon [name=settings]
E            ItemSection
E             Label [text=Info and Settings]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=domain]
E            ItemSection
E             Link [markers=LINK_PLATFORM, text=Go to Console, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=local_library]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Read The Docs, href=https://aignostics.r..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=help]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Get Support, href=https://platform.aig..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=check_circle]
E            ItemSection
E             Link [markers=LINK_DOCUMENTATION, text=Check Platform Statu..., href=https://status.aigno..., target=_blank]
E           Item [clickable=True]
E            ItemSection [avatar=True]
E             Icon [name=handshake]
E            ItemSection
E             Link [markers=LINK_ATTRIBUTIONS, text=Attributions, href=https://aignostics.r..., target=_blank]
E        Footer [model-value=True]
E         Row
E          RefreshableContainer
E           Link [href=/system, target=_self]
E            Row
E             Tooltip [text=Check Launchpad Stat...]
E             Icon [name=error]
E             Label [text=Launchpad is unhealt...]
E          Row
E           Html [content=<iframe id="betterst...]
E           Tooltip [text=Check Platform Statu...]
E          Space
E          Row
E           Html [content=#x1F52C<a style="color: bl...]
E           Tooltip [text=Visit GitHub reposit...]

..../test-3-13/lib/python3.13.../nicegui/testing/user.py:141: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the renovate/sonarsource-sonarqube-scan-action-5.x branch from d2b7d13 to bea11b8 Compare July 28, 2025 10:34
Copy link

@renovate renovate bot changed the title chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 - autoclosed Aug 8, 2025
@renovate renovate bot closed this Aug 8, 2025
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.

0 participants