mirror of
https://github.com/github/codeql-action.git
synced 2026-05-09 07:10:22 +00:00
Pass -v
This commit is contained in:
Generated
+1
-1
@@ -141,7 +141,7 @@ async function extractTarZst(tar, tarVersion, logger) {
|
||||
: ""}`);
|
||||
try {
|
||||
// Initialize args
|
||||
const args = ["-x", "--zstd"];
|
||||
const args = ["-x", "--zstd", "-v"];
|
||||
if (tarVersion.type === "gnu") {
|
||||
// Suppress warnings when using GNU tar to extract archives created by BSD tar
|
||||
args.push("--warning=no-unknown-keyword");
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -152,7 +152,7 @@ export async function extractTarZst(
|
||||
|
||||
try {
|
||||
// Initialize args
|
||||
const args = ["-x", "--zstd"];
|
||||
const args = ["-x", "--zstd", "-v"];
|
||||
|
||||
if (tarVersion.type === "gnu") {
|
||||
// Suppress warnings when using GNU tar to extract archives created by BSD tar
|
||||
|
||||
Reference in New Issue
Block a user