Skip to content

Commit

Permalink
chore: update packageurl-js to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Apr 25, 2024
1 parent 21cb730 commit eec05c1
Show file tree
Hide file tree
Showing 7 changed files with 28,619 additions and 10,571 deletions.
2 changes: 1 addition & 1 deletion dist/cmake-detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const core = __importStar(require("@actions/core"));
const exec = __importStar(require("@actions/exec"));
const fs_1 = require("fs");
const glob_1 = require("glob");
const packageurl_js_1 = require("packageurl-js");
const path_1 = require("path");
const url_1 = require("url");
const dependency_submission_toolkit_1 = require("@github/dependency-submission-toolkit");
const packageurl_js_1 = require("packageurl-js");
const scanModeGlob = 'glob';
const scanModeConfigure = 'configure';
function normalizeCMakeArgument(value) {
Expand Down
Loading

0 comments on commit eec05c1

Please sign in to comment.