File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
articles/defender-for-cloud Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -69,25 +69,25 @@ Security DevOps uses the following Open Source tools:
69
69
# macos-latest supporting coming soon
70
70
runs-on : windows-latest
71
71
72
- steps :
73
- - uses : actions/checkout@v2
72
+ steps :
73
+ - uses : actions/checkout@v2
74
74
75
- - uses : actions/setup-dotnet@v1
76
- with :
77
- dotnet-version : |
78
- 5.0.x
79
- 6.0.x
75
+ - uses : actions/setup-dotnet@v1
76
+ with :
77
+ dotnet-version : |
78
+ 5.0.x
79
+ 6.0.x
80
80
81
81
# Run analyzers
82
82
- name : Run Microsoft Security DevOps Analysis
83
83
uses : microsoft/security-devops-action@preview
84
84
id : msdo
85
85
86
- # Upload alerts to the Security tab
87
- - name : Upload alerts to Security tab
88
- uses : github/codeql-action/upload-sarif@v1
89
- with :
90
- sarif_file : ${{ steps.msdo.outputs.sarifFile }}
86
+ # Upload alerts to the Security tab
87
+ - name : Upload alerts to Security tab
88
+ uses : github/codeql-action/upload-sarif@v1
89
+ with :
90
+ sarif_file : ${{ steps.msdo.outputs.sarifFile }}
91
91
` ` `
92
92
93
93
For details on various input options, see [action.yml](https://github.com/microsoft/security-devops-action/blob/main/action.yml)
You can’t perform that action at this time.
0 commit comments