Skip to content

Commit 6364ab2

Browse files
committed
SCAN-6026 : Using latest local scanner.
1 parent 144dbb2 commit 6364ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const ref = getRef();
8989
const label = core.getInput("label") || ref;
9090

9191
// Pinning the local scanner version
92-
const localScannerVersion = "2.0.0";
92+
const localScannerVersion = "2.0.1";
9393

9494
const memory = core.getInput("memory");
9595
const path = core.getInput("path") || process.env.GITHUB_WORKSPACE;

0 commit comments

Comments
 (0)