Skip to content

Commit 32845d5

Browse files
committed
Microsoft Security DevOps preview release
1 parent 7e04b18 commit 32845d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sample-workflow-ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
# Run analyzers
2828
- name: Run Microsoft Security DevOps Analysis
29-
uses: microsoft/security-devops-action@main
29+
uses: microsoft/security-devops-action@preview
3030
id: msdo
3131

3232
# Upload alerts to the Security tab

.github/workflows/sample-workflow-windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
# Run analyzers
2828
- name: Run Microsoft Security DevOps Analysis
29-
uses: microsoft/security-devops-action@main
29+
uses: microsoft/security-devops-action@preview
3030
id: msdo
3131

3232
# Upload alerts to the Security tab

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# microsoft/security-devops-action
1+
# microsoft/security-devops-action (Preview)
22

33
![Microsoft Security DevOps windows-latest](https://github.com/microsoft/security-devops-action/workflows/MSDO%20windows-latest/badge.svg)
44
![Microsoft Security DevOps ubuntu-latest](https://github.com/microsoft/security-devops-action/workflows/MSDO%20ubuntu-latest/badge.svg)
@@ -34,7 +34,7 @@ steps:
3434
3.1.x
3535
5.0.x
3636
- name: Run Microsoft Security DevOps
37-
uses: microsoft/security-devops-action@main
37+
uses: microsoft/security-devops-action@preview
3838
id: msdo
3939
- name: Upload results to Security tab
4040
uses: github/codeql-action/upload-sarif@v1

0 commit comments

Comments
 (0)