chore(deps): update dependency npm to v11.16.0#390
Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Deploying archgate-cli with
|
| Latest commit: |
8118f2d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8b897e41.archgate-cli.pages.dev |
| Branch Preview URL: | https://renovate-prototools-toolchai.archgate-cli.pages.dev |
Contributor
Code Coverage
Full HTML report available in workflow artifacts. Per-directory breakdown
|
rhuanbarreto
approved these changes
May 30, 2026
rhuanbarreto
added a commit
that referenced
this pull request
May 30, 2026
## Summary - Fix concurrency groups across **3 workflows** so pushes to `main` no longer cancel each other's CI runs - Use `github.sha` (unique per push) instead of `github.ref` (shared `refs/heads/main`) for the concurrency group key on push events - Restrict `cancel-in-progress` to `pull_request` events only where applicable **Affected workflows and cancelled run counts:** | Workflow | Cancelled runs on main | Fix | |---|---|---| | Validate (`code-pull-request.yml`) | 10 | `github.sha` + `cancel-in-progress` only for PRs | | CodeQL (`codeql.yml`) | 4 | `github.sha` + `cancel-in-progress` only for PRs | | Scorecard (`scorecard.yml`) | 2 | `github.sha` + `cancel-in-progress: false` (no PR trigger) | | DCO (`dco.yml`) | 0 | No change needed (PR-only workflow) | **Trigger:** [Run 26697525843](https://github.com/archgate/cli/actions/runs/26697525843) — the `0.42.0` release validation was cancelled mid-flight when a Renovate merge (`#390`) landed 31 seconds later. Same push also cancelled [CodeQL run 26697525829](https://github.com/archgate/cli/actions/runs/26697525829). ## Test plan - [ ] This PR's own CI run completes without being cancelled - [ ] Verify the concurrency group in the Actions UI shows the commit SHA, not `refs/heads/main` - [ ] After merge, push two commits to `main` in quick succession and confirm both runs complete independently --------- Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.15.0→11.16.0Release Notes
npm/cli (npm)
v11.16.0Compare Source
Configuration
📅 Schedule: (in timezone Europe/Oslo)
* 0-5 25-31 * 0)* 0-5 25-31 * 0)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.