Skip to content

Commit

Permalink
Update mdcdevops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharbelNemnom committed May 31, 2023
1 parent e8a56f7 commit 11bb041
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/mdcdevops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ sample:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- uses: actions/setup-dotnet@v3
with:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
5.0.x
6.0.x
# Run analyzers
- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
id: msdo

# Run analyzers
- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
id: msdo

# Upload alerts to the Security tab
- name: Upload alerts to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
# Upload alerts to the Security tab
- name: Upload alerts to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 comments on commit 11bb041

Please sign in to comment.