Skip to content

Commit

Permalink
build: Update MS Defender code scanning GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Feb 17, 2024
1 parent 112b47d commit c80f239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/defender-for-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- sp53

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
5.0.x
6.0.x
- name: Run Microsoft Security DevOps
uses: microsoft/security-devops-action@v1.6.0
uses: microsoft/security-devops-action@v1.10.0
id: msdo
- name: Upload results to Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 comments on commit c80f239

Please sign in to comment.