Skip to content

Commit 61edd49

Browse files
committed
v1.3.2
1 parent c88b792 commit 61edd49

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

lib/action.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function run() {
5555
args.push('--languages');
5656
args.push(languages);
5757
}
58+
args.push('--github');
5859
yield client.run(args);
5960
});
6061
}

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

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.3.1",
3+
"version": "1.3.2",
44
"description": "Node dependencies for the microsoft/security-devops-action.",
55
"scripts": {
66
"test": "mocha"

src/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ async function run() {
3333
args.push(languages)
3434
}
3535

36+
args.push('--github');
37+
3638
await client.run(args);
3739
}
3840

0 commit comments

Comments
 (0)