Skip to content

Bump gittools/actions from 4.1.0 to 4.2.0#186

Merged
guibranco merged 2 commits intomainfrom
dependabot/github_actions/gittools/actions-4.2.0
Nov 3, 2025
Merged

Bump gittools/actions from 4.1.0 to 4.2.0#186
guibranco merged 2 commits intomainfrom
dependabot/github_actions/gittools/actions-4.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Bumps gittools/actions from 4.1.0 to 4.2.0.

Commits
  • d013950 Merge pull request #1815 from GitTools/copilot/use-json-file-output
  • e9431f9 improves logging for GitVersion file operations
  • ad377a9 Fix tests to use cross-platform temp directory
  • a568e33 Fix: Use /output file with /outputfile argument
  • 6c33903 Address code review feedback
  • 30a2155 Add tests for JSON file output functionality
  • 6ef459f Implement JSON file output for GitVersion
  • d5bf1ca Initial plan
  • 5778fdc Updates GitVersion tool path to version 6.4.0 in all environment files
  • 1e31949 Merge pull request #1816 from GitTools/dependabot/npm_and_yarn/types-aa8986b3a3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @guibranco.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [gittools/actions](https://github.com/gittools/actions) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/gittools/actions/releases)
- [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml)
- [Commits](GitTools/actions@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependencies label Nov 3, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 3, 2025

Labels

The following labels could not be found: github_actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Nov 3, 2025

By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

@github-actions github-actions Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 3, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 3, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Nov 3, 2025

I was unable to write a description for this pull request. This could be because I only found files I can't scan.

@guibranco guibranco enabled auto-merge (squash) November 3, 2025 23:07
@gstraccini gstraccini Bot added the ☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) label Nov 3, 2025
Copy link
Copy Markdown
Member

@guibranco guibranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by gstraccini[bot]

@gstraccini gstraccini Bot added the 🤖 bot Automated processes or integrations label Nov 3, 2025
@guibranco
Copy link
Copy Markdown
Member

@dependabot squash and merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 3, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 3, 2025

Build: 👽 Not building EditoraInovacao.MVC.sln, no source files changed.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 3, 2025

Infisical secrets check: ✅ No secrets leaked!

💻 Scan logs
11:08PM INF scanning for exposed secrets...
11:09PM INF 172 commits scanned.
11:09PM INF scan completed in 46.2ms
11:09PM INF no leaks found

@guibranco guibranco merged commit d299598 into main Nov 3, 2025
19 checks passed
@guibranco guibranco deleted the dependabot/github_actions/gittools/actions-4.2.0 branch November 3, 2025 23:09

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v4.1.0
uses: gittools/actions/gitversion/setup@v4.2.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy' step
Uses Step
uses 'gittools/actions/gitversion/setup' with ref 'v4.2.0', not a pinned commit hash
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v4.1.0
uses: gittools/actions/gitversion/execute@v4.2.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy' step
Uses Step: gitversion
uses 'gittools/actions/gitversion/execute' with ref 'v4.2.0', not a pinned commit hash
@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Nov 3, 2025

I was unable to write a description for this pull request. This could be because I only found files I can't scan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) 🤖 bot Automated processes or integrations dependencies Dependencies size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants