Bump gittools/actions from 3.2.1 to 4.0.0#163
Conversation
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The |
Reviewer's GuideThe PR updates the GitHub Actions workflow to use gittools/actions v4.0.0 instead of v3.2.1 for both the GitVersion setup and execution steps. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@dependabot squash and merge |
|
|
||
| - name: Install GitVersion | ||
| uses: gittools/actions/gitversion/setup@v3.2.1 | ||
| uses: gittools/actions/gitversion/setup@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| - name: Determine Version | ||
| id: gitversion | ||
| uses: gittools/actions/gitversion/execute@v3.2.1 | ||
| uses: gittools/actions/gitversion/execute@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
@gstraccini codacy bypass |
|
Bypassing the Codacy analysis for this pull request! |
|
Build: 👽 Not building EditoraInovacao.MVC.sln, no source files changed. |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs7:02PM INF scanning for exposed secrets...
7:02PM INF 144 commits scanned.
7:02PM INF scan completed in 46.3ms
7:02PM INF no leaks found
|
Bumps gittools/actions from 3.2.1 to 4.0.0.
Release notes
Sourced from gittools/actions's releases.
Commits
81f0bc4dist update5eb6c7eMerge pull request #1664 from IdsTeepe/feat/dotnet-based-nuget-querye38db95Query all enabled sources66027dcMove builder to separate variable1891d98Chore: Tiny comment, better variable naming.93ee926Feat: Dynamically get query service from nuget package source2169f9fMerge pull request #1661 from GitTools/dependabot/npm_and_yarn/eslint-c11f433916efeecdc(npm): Bump eslint-plugin-prettier in the eslint group7124bdeMerge pull request #1662 from GitTools/dependabot/npm_and_yarn/types-a55ad1e45fb43ed1a(npm): Bump@types/nodefrom 24.0.3 to 24.0.4 in the types groupDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Description by Korbit AI
What change is being made?
Update the GitVersion GitHub Action from version 3.2.1 to 4.0.0 in the deploy.yml workflow file.
Why are these changes being made?
The update to version 4.0.0 ensures compatibility with the latest features and improvements provided by GitVersion, including any bug fixes, performance enhancements, or security updates since version 3.2.1. Keeping dependencies up-to-date helps maintain the stability and efficiency of the CI/CD workflow.