We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144dbb2 commit 6364ab2Copy full SHA for 6364ab2
src/config.js
@@ -89,7 +89,7 @@ const ref = getRef();
89
const label = core.getInput("label") || ref;
90
91
// Pinning the local scanner version
92
-const localScannerVersion = "2.0.0";
+const localScannerVersion = "2.0.1";
93
94
const memory = core.getInput("memory");
95
const path = core.getInput("path") || process.env.GITHUB_WORKSPACE;
0 commit comments