You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
step-security/harden-runner from v2.15.0 to v2.16.0 (supporting Node 24)
actions/setup-node from v6.2.0 to v6.3.0
actions/download-artifact from v8.0.0 to v8.0.1
actions/dependency-review-action from v4.8.2 to v4.9.0
qltysh/qlty-action/coverage from v1 to v2.2.0
Changes
The artifact names for Nightly and PR build jobs needed to be clearly distinguished. Additionally, the same name was being used by the solution extension, causing conflicts during download, hence this change
CI build artifacts vsix-package-${{ matrix.target }} to vscode-cmsis-debugger-${{ matrix.target }}
Nightly artifacts vsix-package-${{ matrix.target }} to vscode-cmsis-debugger-nightly-${{ matrix.target }}
Checklist
🤖 This change is covered by unit tests (if applicable).
🤹 Manual testing has been performed (if necessary).
🛡️ Security impacts have been considered (if relevant).
📖 Documentation updates are complete (if required).
🧠 Third-party dependencies and TPIP updated (if required).
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Makes sense to rename the artifacts to better distinguish between nightly and other builds, and to have a dedicated name for this repo's VSIX files (to better distinguish from for example CMSIS Solution extension artifacts).
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
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.
Bump Dependencies
step-security/harden-runnerfromv2.15.0tov2.16.0(supporting Node 24)actions/setup-nodefromv6.2.0tov6.3.0actions/download-artifactfromv8.0.0tov8.0.1actions/dependency-review-actionfromv4.8.2tov4.9.0qltysh/qlty-action/coveragefromv1tov2.2.0Changes
vsix-package-${{ matrix.target }}tovscode-cmsis-debugger-${{ matrix.target }}vsix-package-${{ matrix.target }}tovscode-cmsis-debugger-nightly-${{ matrix.target }}Checklist