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
Here are some key observations to aid the review process:
⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns
Third-party action update: this PR upgrades externally maintained GitHub Actions, so the new release should be checked for provenance and release-note changes before rollout. The workflow also references actions by version tag rather than full commit SHA, which leaves some supply-chain risk if a tag is ever moved or compromised.
Validate that gittools/actionsv4.4.1 preserves the same GitVersion outputs and tagging behavior expected by downstream steps, especially since the later tag-push step depends on the computed version metadata.
uses: gittools/actions/gitversion/setup@v4.4.1with:
versionSpec: "6.x"
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actionsid: gitversionuses: gittools/actions/gitversion/execute@v4.4.1
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: The updated gittools/actions references are still pinned only to a movable tag, which leaves the release workflow exposed to upstream tag retargeting or supply-chain compromise. Pin both gittools/actions/gitversion/setup and gittools/actions/gitversion/execute to the full commit SHA for v4.4.1 so the deployed workflow always runs the exact reviewed code. [security, importance: 8]
Suggested change
uses: gittools/actions/gitversion/setup@v4.4.1
with:
versionSpec: "6.x"
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actions
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.
This PR contains the following updates:
v4.3.3→v4.4.2Release Notes
gittools/actions (gittools/actions)
v4.4.2Compare Source
As part of this release we had 3 commits which resulted in 1 issue being closed.
Bug
SHA256 Hashes of the release artifacts
203023fae8db443599353c7a3d5fc2cf84efc7c6e5aa0b6a466bb6ac20b205c0 - gittools.gittools-4.4.2.260316134.vsixv4.4.1Compare Source
As part of this release we had 4 commits which resulted in 1 issue being closed.
Bug
SHA256 Hashes of the release artifacts
c8c9754a01a5c4de9def15f1012776d9a42cd904d5c1119ebe169bc88eb9e69b - gittools.gittools-4.4.1.260316032.vsixv4.4.0Compare Source
As part of this release we had 49 commits which resulted in 2 issues being closed.
Bug
Improvements
SHA256 Hashes of the release artifacts
a9c2459127afc0451fb36b38a68d9755b212d707218bd5181bdcff531f84975f - gittools.gittools-4.4.0.260316014.vsixConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.