Skip to content

Commit bfad28a

Browse files
Merge pull request #93 from microsoft/dev/chrisnielsen_debugDropFix
Updating debug drop behavior to avoid bugs
2 parents 5c75c4a + 0163350 commit bfad28a

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

node_modules/.package-lock.json

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

node_modules/@microsoft/security-devops-actions-toolkit/msdo-client.js

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

node_modules/@microsoft/security-devops-actions-toolkit/package.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: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microsoft-security-devops-action",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Node dependencies for the microsoft/security-devops-action.",
55
"scripts": {
66
"build": "npx gulp",
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@actions/core": "1.10.0",
1515
"@actions/exec": "1.1.1",
16-
"@microsoft/security-devops-actions-toolkit": "1.9.1"
16+
"@microsoft/security-devops-actions-toolkit": "1.10.0"
1717
},
1818
"devDependencies": {
1919
"@types/mocha": "^2.2.44",

0 commit comments

Comments
 (0)