Skip to content

Commit b898eec

Browse files
authored
updated indentation
------- cc: @ElazarK
1 parent e52a733 commit b898eec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/defender-for-cloud/github-action.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,25 @@ Security DevOps uses the following Open Source tools:
6969
# macos-latest supporting coming soon
7070
runs-on: windows-latest
7171

72-
steps:
73-
- uses: actions/checkout@v2
72+
steps:
73+
- uses: actions/checkout@v2
7474

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
8080
8181
# Run analyzers
8282
- name: Run Microsoft Security DevOps Analysis
8383
uses: microsoft/security-devops-action@preview
8484
id: msdo
8585

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 }}
9191
```
9292
9393
For details on various input options, see [action.yml](https://github.com/microsoft/security-devops-action/blob/main/action.yml)

0 commit comments

Comments
 (0)