Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitTools/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.2
Choose a base ref
...
head repository: GitTools/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.3
Choose a head ref
  • 10 commits
  • 33 files changed
  • 4 contributors

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    7b454d4 View commit details
    Browse the repository at this point in the history
  2. (npm): Bump simple-git from 3.31.1 to 3.32.1

    Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.31.1 to 3.32.1.
    - [Release notes](https://github.com/steveukx/git-js/releases)
    - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
    - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.32.1/simple-git)
    
    ---
    updated-dependencies:
    - dependency-name: simple-git
      dependency-version: 3.32.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    6230abb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1968 from GitTools/dependabot/npm_and_yarn/simple…

    …-git-3.32.1
    
    (npm): Bump simple-git from 3.31.1 to 3.32.1
    mergify[bot] authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    b3e1c2f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. (npm): Bump simple-git from 3.32.1 to 3.32.2

    Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.32.1 to 3.32.2.
    - [Release notes](https://github.com/steveukx/git-js/releases)
    - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
    - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.32.2/simple-git)
    
    ---
    updated-dependencies:
    - dependency-name: simple-git
      dependency-version: 3.32.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    2f83d75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1969 from GitTools/dependabot/npm_and_yarn/simple…

    …-git-3.32.2
    
    (npm): Bump simple-git from 3.32.1 to 3.32.2
    mergify[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    bb57576 View commit details
    Browse the repository at this point in the history
  3. ci(actions): Use external git-commit-push action

    Migrate git-commit-push action from local to gittools/cicd for improved reusability.
    arturcic committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    8fa637c View commit details
    Browse the repository at this point in the history
  4. ci(workflows): Consolidate authentication and checkout

    Replaces repetitive secret loading and app token generation with a single, reusable `auth-checkout` composite action.
    arturcic committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    1f7aa5c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1971 from arturcic/feature/cicd-actions

    Consolidate Workflow Authentication
    arturcic committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    4561fe2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f04507 View commit details
    Browse the repository at this point in the history
  7. ci(prerelease): Reorder Azure publish step

    Ensures the Azure Marketplace publish step runs after secrets are loaded, resolving a dependency.
    arturcic committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    71a79f7 View commit details
    Browse the repository at this point in the history
Loading