Skip to content

Commit

Permalink
[releases/24.4] Run MSDO on windows-latest (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez authored Jan 6, 2025
1 parent a8bbda1 commit 93ee7a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/MSDO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:
pull_request:
branches: [ "main", "releases/*" ]

permissions:
id-token: write # This is required for federation to Defender for DevOps
security-events: write # This is required to upload SARIF files

jobs:
MSDO:
name: Run Microsoft Security DevOps Analysis
runs-on: ubuntu-latest
runs-on: windows-latest
permissions:
id-token: write # This is required for federation to Defender for DevOps
security-events: write # This is required to upload SARIF files
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 93ee7a1

Please sign in to comment.