Skip to content

Commit a88c96d

Browse files
jeremy-davis-sonarsourcehenryju
authored andcommitted
SQSCANGHA-107 Make room for install-build-wrapper action
1 parent a642810 commit a88c96d

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import * as core from "@actions/core";
2-
import { installSonarScanner } from "./install-sonar-scanner";
3-
import { runSonarScanner } from "./run-sonar-scanner";
2+
import { installSonarScanner } from "./main/install-sonar-scanner";
3+
import { runSonarScanner } from "./main/run-sonar-scanner";
44
import {
55
checkGradleProject,
66
checkMavenProject,
77
checkSonarToken,
88
validateScannerVersion,
9-
} from "./sanity-checks";
9+
} from "./main/sanity-checks";
1010

1111
/**
1212
* Inputs are defined in action.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)