-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all non-major dependencies #190
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
Conversation
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 4 | 0 | 0 | 0.08s | |
| ✅ COPYPASTE | jscpd | yes | no | no | 1.14s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.46s | |
| ✅ JSON | jsonlint | 3 | 0 | 0 | 0.28s | |
| prettier | 3 | 1 | 0 | 0.46s | ||
| ✅ JSON | v8r | 3 | 0 | 0 | 3.32s | |
| ✅ MARKDOWN | markdownlint | 1 | 0 | 0 | 0.4s | |
| ✅ MARKDOWN | markdown-link-check | 1 | 0 | 0 | 0.57s | |
| ✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.23s | |
| ✅ PYTHON | bandit | 1 | 0 | 0 | 2.18s | |
| ✅ PYTHON | black | 1 | 0 | 0 | 0.65s | |
| ✅ PYTHON | flake8 | 1 | 0 | 0 | 0.6s | |
| ✅ PYTHON | isort | 1 | 0 | 0 | 0.22s | |
| ✅ PYTHON | mypy | 1 | 0 | 0 | 3.3s | |
| ✅ PYTHON | pylint | 1 | 0 | 0 | 2.42s | |
| ✅ PYTHON | pyright | 1 | 0 | 0 | 1.52s | |
| ✅ PYTHON | ruff | 1 | 0 | 0 | 0.04s | |
| ✅ REPOSITORY | checkov | yes | no | no | 21.66s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.02s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.27s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 35.73s | |
| ✅ REPOSITORY | kics | yes | no | no | 3.47s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.37s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.76s | |
| ✅ REPOSITORY | trivy | yes | no | no | 9.71s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.1s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.0s | |
| ✅ YAML | prettier | 6 | 0 | 0 | 0.76s | |
| ✅ YAML | v8r | 6 | 0 | 0 | 4.74s | |
| ✅ YAML | yamllint | 6 | 0 | 0 | 0.61s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
1fc0020 to
e2f9205
Compare
df9edc6 to
58b9cb0
Compare
58b9cb0 to
a0c9df0
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Trivy image scan report
|
Trivy image scan report
|
Trivy image scan report
|
|
🎉 This PR is included in version 1.10.59 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v2.1.1->v2.1.4v4.7.3->v4.8.0v6.6.1->v6.7.0v3.30.1->v3.30.5v4.4.2->v4.4.3v3.9.2->v3.10.0v2.13.0->v2.13.11.12.1->1.14.1Release Notes
actions/create-github-app-token (actions/create-github-app-token)
v2.1.4Compare Source
Bug Fixes
v2.1.3Compare Source
Bug Fixes
v2.1.2Compare Source
Bug Fixes
actions/dependency-review-action (actions/dependency-review-action)
v4.8.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4...v4.8.0
v4.7.4Compare Source
astral-sh/setup-uv (astral-sh/setup-uv)
v6.7.0: 🌈 New inputsrestore-cacheandsave-cacheCompare Source
Changes
This release adds fine-grained control over the caching steps.
restore-cache(trueby default) can be set tofalseto skip restoring the cache while still allowing to save the cache.save-cache(trueby default) can be set tofalseto skip saving the cache.Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
github/codeql-action (github/codeql-action)
v3.30.5Compare Source
v3.30.4Compare Source
v3.30.3Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.3 - 10 Sep 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.2Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.2 - 09 Sep 2025
quality-queriesinput that was added in3.29.2as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a newanalysis-kindsinput, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064See the full CHANGELOG.md for more information.
gradle/actions (gradle/actions)
v4.4.3Compare Source
What's Changed
Full Changelog: gradle/actions@v4.4.2...v4.4.3
sigstore/cosign-installer (sigstore/cosign-installer)
v3.10.0Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v3.9.2...v3.10.0
step-security/harden-runner (step-security/harden-runner)
v2.13.1Compare Source
What's Changed
Graceful handling of HTTP errors: Improved error handling when fetching Harden Runner policies from the StepSecurity Policy Store API, ensuring more reliable execution even in case of temporary network/API issues.
Security updates for npm dependencies: Updated vulnerable npm package dependencies to the latest secure versions.
Faster enterprise agent downloads: The enterprise agent is now downloaded from GitHub Releases instead of packages.stepsecurity.io, improving download speed and reliability.
Full Changelog: step-security/harden-runner@v2.13.0...v2.13.1
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.