Skip to content

Commit e944403

Browse files
authored
v1.6.0 (#31) (#32)
1 parent 67008e6 commit e944403

File tree

136 files changed

+7296
-889
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+7296
-889
lines changed

.github/workflows/on-push-verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515

1616
# Checkout your code repository to scan
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818

1919
# Install dotnet, used by MSDO
20-
- uses: actions/setup-dotnet@v1
20+
- uses: actions/setup-dotnet@v3
2121
with:
2222
dotnet-version: |
2323
3.1.x
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Upload alerts to the Security tab
3333
- name: Upload alerts to Security tab
34-
uses: github/codeql-action/upload-sarif@v1
34+
uses: github/codeql-action/upload-sarif@v2
3535
with:
3636
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
3737

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616

1717
# Checkout your code repository to scan
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
# Install dotnet, used by MSDO
21-
- uses: actions/setup-dotnet@v1
21+
- uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
2424
3.1.x
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Upload alerts to the Security tab
3434
- name: Upload alerts to Security tab
35-
uses: github/codeql-action/upload-sarif@v1
35+
uses: github/codeql-action/upload-sarif@v2
3636
with:
3737
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
3838

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616

1717
# Checkout your code repository to scan
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
# Install dotnet, used by MSDO
21-
- uses: actions/setup-dotnet@v1
21+
- uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
2424
5.0.x
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Upload alerts to the Security tab
3333
- name: Upload alerts to Security tab
34-
uses: github/codeql-action/upload-sarif@v1
34+
uses: github/codeql-action/upload-sarif@v2
3535
with:
3636
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
3737

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Run **Microsoft Security DevOps (MSDO)** with the default policy and recommended
3131

3232
```yaml
3333
steps:
34-
- uses: actions/checkout@v2
35-
- uses: actions/setup-dotnet@v1
34+
- uses: actions/checkout@v3
35+
- uses: actions/setup-dotnet@v3
3636
with:
3737
dotnet-version: |
3838
5.0.x
@@ -41,7 +41,7 @@ steps:
4141
uses: microsoft/security-devops-action@preview
4242
id: msdo
4343
- name: Upload results to Security tab
44-
uses: github/codeql-action/upload-sarif@v1
44+
uses: github/codeql-action/upload-sarif@v2
4545
with:
4646
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
4747
```
@@ -52,7 +52,7 @@ To upload results to the Security tab of your repo, run the `github/codeql-actio
5252

5353
```yaml
5454
- name: Upload results to Security tab
55-
uses: github/codeql-action/upload-sarif@v1
55+
uses: github/codeql-action/upload-sarif@v2
5656
with:
5757
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
5858
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ outputs:
2020
sarifFile:
2121
description: A file path to a SARIF results file.
2222
runs:
23-
using: 'node12'
23+
using: 'node16'
2424
main: 'lib/action.js'

node_modules/.bin/uuid

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/uuid.cmd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/uuid.ps1

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)