Skip to content

Commit 52f2370

Browse files
authored
Merge pull request #102 from microsoft/serait/updateReadme
Update Documentation to suggest latest tag
2 parents cc007d0 + bea9bc9 commit 52f2370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
- uses: actions/checkout@v3
3434

3535
- name: Run Microsoft Security DevOps
36-
uses: microsoft/security-devops-action@v1
36+
uses: microsoft/security-devops-action@latest
3737
id: msdo
3838
```
3939
@@ -53,7 +53,7 @@ To upload results to the Security tab of your repo, run the `github/codeql-actio
5353
To only run specific analyzers, use the `tools` command. This command is a comma-seperated list of tools to run. For example, to run only the `container-mapping` tool, configure this action as follows:
5454

5555
```yaml
56-
- uses: microsoft/security-devops-action@v1
56+
- uses: microsoft/security-devops-action@latest
5757
id: msdo
5858
with:
5959
tools: container-mapping

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microsoft-security-devops-action",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Node dependencies for the microsoft/security-devops-action.",
55
"scripts": {
66
"build": "npx gulp",

0 commit comments

Comments
 (0)