update to latest upstream and rebuild (#20)

This commit is contained in:
Tillmann
2024-05-09 19:18:11 -06:00
committed by GitHub
parent fe0359b3e1
commit 6dc762e804
3 changed files with 353 additions and 480 deletions
+13 -12
View File
File diff suppressed because one or more lines are too long
+340 -466
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -16,8 +16,6 @@ async function getData(
const cargo = await Cargo.get(); const cargo = await Cargo.get();
await cargo.findOrInstall('cargo-audit'); await cargo.findOrInstall('cargo-audit');
await cargo.call(['generate-lockfile']);
let stdout = ''; let stdout = '';
try { try {
core.startGroup('Calling cargo-audit (JSON output)'); core.startGroup('Calling cargo-audit (JSON output)');