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
Dependabot 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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Here are some key observations to aid the review process:
⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns
GitHub Action pinning: the updated workflow references gittools/actions by a mutable version tag (@v4.4.2) instead of an immutable commit SHA. This carries some supply-chain risk if the tag is ever moved or the upstream action is compromised. Consider pinning to a full commit SHA for stronger integrity guarantees.
Validate that gittools/actionsv4.4.2 does not change gitversion outputs, defaults, or execution behavior in a way that affects downstream tagging or versioning steps in this workflow.
uses: gittools/actions/gitversion/setup@v4.4.2with:
versionSpec: "6.x"
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actionsid: gitversionuses: gittools/actions/gitversion/execute@v4.4.2
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Pin these third-party GitHub Actions to immutable commit SHAs instead of a movable tag. Relying on v4.4.2 leaves the workflow exposed to a supply-chain compromise if that tag is ever retargeted upstream. [security, importance: 8]
Suggested change
uses: gittools/actions/gitversion/setup@v4.4.2
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.
User description
Bumps gittools/actions from 4.3.3 to 4.4.2.
Release notes
Sourced from gittools/actions's releases.
Commits
e0d584eMerge pull request #2005 from denisbredikhin/argument-escaping-fixbc42486fix: remove escape logic to make execFile compatible4669e3bupdate examples version to 4.4.163daa16Merge pull request #2002 from GitTools/fix/update-versiond8a3bc7ci(versioning): Enhance GitVersion update logic in workflowsa7cf940ci(examples-version): Use service account for checkout and enhance logging153a67dupdate examples version to 4.4.0639a719refactor(node): Use node: protocol for built-in module imports5ee1a94dist updateaa5b939Merge pull request #1988 from denisbredikhin/exec-fixDependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR Type
Enhancement
Description
Update
GitVersionactions tov4.4.2Refresh deploy workflow dependency versions
Diagram Walkthrough
File Walkthrough
deploy.yml
Upgrade GitVersion actions in deploy workflow.github/workflows/deploy.yml
gittools/actions/gitversion/setupfromv4.3.3tov4.4.2gittools/actions/gitversion/executefromv4.3.3tov4.4.2