chore(deps): bump gittools/actions to v4.4.2#68
chore(deps): bump gittools/actions to v4.4.2#68dependabot[bot] wants to merge 1 commit intomasterfrom
gittools/actions to v4.4.2#68Conversation
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.3 to 4.4.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.3.3...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
gittools/actions to v4.4.2
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| uses: gittools/actions/gitversion/setup@v4.4.2 | ||
| with: | ||
| versionSpec: "6.x" | ||
|
|
||
| - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions | ||
| id: gitversion | ||
| uses: gittools/actions/gitversion/execute@v4.3.3 | ||
| uses: gittools/actions/gitversion/execute@v4.4.2 |
There was a problem hiding this comment.
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]
| uses: gittools/actions/gitversion/setup@v4.4.2 | |
| with: | |
| versionSpec: "6.x" | |
| - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions | |
| id: gitversion | |
| uses: gittools/actions/gitversion/execute@v4.3.3 | |
| uses: gittools/actions/gitversion/execute@v4.4.2 | |
| uses: gittools/actions/gitversion/setup@<full-length-commit-sha> # v4.4.2 | |
| ... | |
| uses: gittools/actions/gitversion/execute@<full-length-commit-sha> # v4.4.2 |
|
Superseded by #69. |
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