v1.2.2
This commit is contained in:
Родитель
9bd2818a42
Коммит
35f7b04156
|
@ -101,7 +101,7 @@ class MsdoClient {
|
|||
core.setOutput('sarifFile', sarifFile);
|
||||
args.push('--export-breaking-results-to-file');
|
||||
args.push(`${sarifFile}`);
|
||||
args.push('--environment-name');
|
||||
args.push('--telemetry-environment');
|
||||
args.push('github');
|
||||
}
|
||||
catch (error) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "microsoft-security-devops-actions-toolkit",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "Microsoft Security DevOps for GitHub Actions toolkit.",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "microsoft-security-devops-actions-toolkit",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "Microsoft Security DevOps for GitHub Actions toolkit.",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -90,7 +90,7 @@ export class MsdoClient {
|
|||
args.push('--export-breaking-results-to-file');
|
||||
args.push(`${sarifFile}`);
|
||||
|
||||
args.push('--environment-name');
|
||||
args.push('--telemetry-environment');
|
||||
args.push('github');
|
||||
|
||||
} catch (error) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче