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: microsoft/security-devops-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/add_old_cli
Choose a base ref
...
head repository: microsoft/security-devops-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 28 files changed
  • 4 contributors

Commits on Apr 30, 2026

  1. chore: remove v2 (Defender CLI) action

    Deletes the entire v2 footprint, leaving only the v1 MSDO action:
    - src/v2/, lib/v2/, v2/action.yml
    - test/defender-*.tests.ts and test/job-summary.tests.ts
    - .github/workflows/self-hosted-validation-v2.yml
    
    v1 has no imports from v2, so the build and v1 tests still pass.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Omer Bareket and Copilot committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    03406cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #253 from microsoft/omerbareket/remove_old_cli

    chore: remove v2 (Defender CLI) action
    omerb97 authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    af06b0e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. fix(deps): bump sinon from 21.1.2 to 22.0.0 (#254)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 21.1.2 to 22.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v21.1.2...v22.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-version: 22.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2026
    Configuration menu
    Copy the full SHA
    c0f7383 View commit details
    Browse the repository at this point in the history
Loading