chore(deps): bump the actions group across 1 directory with 3 updates#11
chore(deps): bump the actions group across 1 directory with 3 updates#11dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the actions group with 3 updates in the / directory: [jdx/mise-action](https://github.com/jdx/mise-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `jdx/mise-action` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@1648a78...dba1968) Updates `codecov/codecov-action` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e79a696...fb8b358) Updates `SonarSource/sonarqube-scan-action` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@7006c44...7138816) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Actions group (jdx/mise-action, codecov/codecov-action, and SonarSource/sonarqube-scan-action) across the CI and Release workflows. All acceptance criteria for the dependency bumps have been met.
Codacy analysis reports that the changes are up to standards. The review identified a minor logic improvement for the Codecov upload step to prevent 'failed' status indicators on pull requests originating from forks where secrets are unavailable.
Test suggestions
- Verify CI workflow successfully installs tools using mise-action v4.1.0 (with automatic locked install if mise.lock exists)
- Verify Codecov coverage upload successfully executes using v7.0.0
- Verify SonarQube scan executes correctly using v8.2.0 with existing SONAR_HOST_URL configuration
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
|
|
||
| - name: Upload coverage to Codecov | ||
| uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 |
There was a problem hiding this comment.
⚪ LOW RISK
Suggestion: This step will fail on pull requests from forks because secrets are unavailable. To avoid confusing failure indicators in the GitHub UI, consider guarding the step with an if condition.
Try running the following prompt in your coding agent:
In
.github/workflows/ci.yml, addif: ${{ secrets.CODECOV_TOKEN != '' }}to the 'Upload coverage to Codecov' step.
Bumps the actions group with 3 updates in the / directory: jdx/mise-action, codecov/codecov-action and SonarSource/sonarqube-scan-action.
Updates
jdx/mise-actionfrom 4.0.1 to 4.1.0Release notes
Sourced from jdx/mise-action's releases.
Changelog
Sourced from jdx/mise-action's changelog.
... (truncated)
Commits
dba1968chore: release v4.1.0 (#490)f91a09dfix(ci): resolve zizmor findings (#503)a9d72a2chore(deps): update github/codeql-action action to v4.36.0 (#500)1f56d95chore(deps): update dependency@actions/cacheto v6.0.1 (#497)e47eed9chore: update aube tool version (#501)69c24edchore(deps): update dependency aube to v1.15.0 (#498)76f8407chore(deps): update zizmorcore/zizmor-action action to v0.5.4 (#488)4a84c91chore(deps): update dependency eslint to v10.4.0 (#492)4d5418bchore(deps): update dependency@types/nodeto v24.12.4 (#485)e676099chore(deps): update dependency typescript-eslint to v8.59.3 (#487)Updates
codecov/codecov-actionfrom 6.0.1 to 7.0.0Release notes
Sourced from codecov/codecov-action's releases.
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
fb8b358chore(release): 7.0.0 (#1957)ca0a928ci: remove Enforce License Compliance workflow (#1950)Updates
SonarSource/sonarqube-scan-actionfrom 8.1.0 to 8.2.0Release notes
Sourced from SonarSource/sonarqube-scan-action's releases.
Commits
7138816SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows (#251)3581139SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4...c9d327cSQSCANGHA-84 Remove outdated wget/curl referencesb243e51SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support375c3f5SQSCANGHA-149 Add scannerBinariesAuthHeader input for authenticated binary do...9c78323SQSCANGHA-144 Add gate jobs to QA workflows for branch protectionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Bump CI actions to current versions to keep workflows secure and stable:
jdx/mise-action4.1.0,codecov/codecov-action7.0.0, andSonarSource/sonarqube-scan-action8.2.0.Dependencies
jdx/mise-action4.1.0 — auto--lockedwhenmise.lockexists; improved cache isolation across runner images.codecov/codecov-action7.0.0 — security key/account update; no workflow changes required.SonarSource/sonarqube-scan-action8.2.0 — scanner download/caching fixes; deprecatesSONARCLOUD_URL(we useSONAR_HOST_URL).Migration
mise.lock, ensure it’s up to date; locked installs may fail on drift.Written for commit 23385eb. Summary will update on new commits.