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
-2
View File
@@ -16,8 +16,6 @@ async function getData(
const cargo = await Cargo.get();
await cargo.findOrInstall('cargo-audit');
await cargo.call(['generate-lockfile']);
let stdout = '';
try {
core.startGroup('Calling cargo-audit (JSON output)');