Skip to content

Commit

Permalink
SCAN-5585 : Use latest scan runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
steviemul committed Aug 7, 2024
1 parent c4a6ee5 commit a35e9fa
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.1.1";
const localScannerVersion = "1.1.2";

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

0 comments on commit a35e9fa

Please sign in to comment.