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
Supply chain risk: GitHub Actions are referenced by mutable version tags (e.g., gittools/actions/gitversion/setup@v4.3.2, gittools/actions/gitversion/execute@v4.3.2). Pin to a specific commit SHA to reduce the blast radius of a compromised publisher or retagged release.
The workflow references third-party GitHub Actions by version tag. Consider pinning gittools/actions/gitversion/setup and gittools/actions/gitversion/execute to a full commit SHA to reduce the risk of a compromised or retagged release affecting the pipeline.
- name: Install GitVersionuses: gittools/actions/gitversion/setup@v4.3.2with:
versionSpec: "6.x"
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actionsid: gitversionuses: gittools/actions/gitversion/execute@v4.3.2
Validate that gittools/actionsv4.3.2 remains compatible with versionSpec: "6.x" and that the action output/behavior used by later steps (e.g., tagging) is unchanged, since this is a CI/CD-related patch release.
- name: Install GitVersionuses: gittools/actions/gitversion/setup@v4.3.2with:
versionSpec: "6.x"
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actionsid: gitversionuses: gittools/actions/gitversion/execute@v4.3.2
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.1→v4.3.2Release Notes
gittools/actions (gittools/actions)
v4.3.2Compare Source
As part of this release we had 13 commits which resulted in 1 issue being closed.
Improvements
SHA256 Hashes of the release artifacts
0d8423e376efacd8ff2e1d9f180f255111804227bbd6cf120e8a12e21ba4c0ca - gittools.gittools-4.3.2.260222113.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.