Bump gittools/actions from 3.1.11 to 3.2.0#149
Conversation
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v3.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 |
Reviewer's Guide by SourceryThis pull request upgrades the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.1.11 | ||
| uses: gittools/actions/gitversion/setup@v3.2.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.1.11 | ||
| uses: gittools/actions/gitversion/execute@v3.2.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 logs10:20AM INF scanning for exposed secrets...
10:20AM INF 130 commits scanned.
10:20AM INF scan completed in 87.9ms
10:20AM INF no leaks found
|
Bumps gittools/actions from 3.1.11 to 3.2.0.
Release notes
Sourced from gittools/actions's releases.
Commits
441c43dMerge pull request #1550 from arturcic/feature/version-docs-rangebc71fabUpdate GitVersion dependency range to >=5.12.0 <7.0.00a21874Merge pull request #1554 from arturcic/fix/use-absolute-target-path2ba6229Normalizes target path in dotnet tool3daa9ceEnsures test results are always published525e7e6use specific runner versions480575dMerge pull request #1553 from GitTools/dependabot/npm_and_yarn/eslint-c663a2590d6d56c21(npm): bump typescript-eslint from 8.28.0 to 8.29.0 in the eslint group5b863d0Merge pull request #1552 from GitTools/dependabot/npm_and_yarn/vite-4d8364d5def3b8669(npm): bump the vite group with 2 updatesDependabot 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)Summary by Sourcery
Chores:
Description by Korbit AI
What change is being made?
Upgrade
gittools/actionsin the GitHub Actions deploy workflow from version 3.1.11 to 3.2.0.Why are these changes being made?
This change incorporates the latest features, improvements, and bug fixes available in version 3.2.0 of
gittools/actions, ensuring that our deployment process takes advantage of the most recent updates in this action suite. The decision to upgrade was made to maintain compatibility and stability within the CI/CD pipeline.