We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88940 commit e9f230fCopy full SHA for e9f230f
ci/ci-util.js
@@ -109,7 +109,7 @@ var run = function (cl, inheritStreams) {
109
var rc = 0;
110
var output;
111
try {
112
- output = ncp.execSync(cl, options);
+ output = ncp.execSync(cl, options); // CodeQL [SM01509] this is a generic function used in tasks pipeline to execute few git commands
113
}
114
catch (err) {
115
if (!inheritStreams) {
0 commit comments