Skip to content

Added link checker - #412

Merged
mnocon merged 5 commits into
5.0from
check-links
Jul 24, 2026
Merged

Added link checker#412
mnocon merged 5 commits into
5.0from
check-links

Set edit links dynamically for RtD preview and PR builds

085e459
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Jul 24, 2026 in 6s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 68 in .github/workflows/link_check.yaml

See this annotation in the file changed.

Code scanning / SonarCloud

Python dependencies should be locked to verified versions Medium

Using dependencies without locking resolved versions is security-sensitive. See more on SonarQube Cloud

Check warning on line 69 in .github/workflows/link_check.yaml

See this annotation in the file changed.

Code scanning / SonarCloud

Python package manager scripts should not be executed during installation Medium

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here. See more on SonarQube Cloud

Check warning on line 69 in .github/workflows/link_check.yaml

See this annotation in the file changed.

Code scanning / SonarCloud

Python dependencies should be locked to verified versions Medium

Using dependencies without locking resolved versions is security-sensitive. See more on SonarQube Cloud

Check warning on line 51 in tools/clone-repositories.sh

See this annotation in the file changed.

Code scanning / SonarCloud

Python package manager scripts should not be executed during installation Medium

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here. See more on SonarQube Cloud