Skip to content

Commit

Permalink
Use latest local scanner release.
Browse files Browse the repository at this point in the history
  • Loading branch information
steviemul committed Jul 30, 2024
1 parent bbafdb8 commit 22ef24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ref = getRef();
const label = core.getInput("label") || ref;

// Pinning the local scanner version
const localScannerVersion = "1.0.10";
const localScannerVersion = "1.1.1";

const memory = core.getInput("memory");
const path = core.getInput("path") || process.env.GITHUB_WORKSPACE;
Expand Down

0 comments on commit 22ef24a

Please sign in to comment.