mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
SQSCANGHA-107 Make room for install-build-wrapper action
This commit is contained in:
parent
a64281002c
commit
a88c96d7e4
8 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
import * as core from "@actions/core";
|
import * as core from "@actions/core";
|
||||||
import { installSonarScanner } from "./install-sonar-scanner";
|
import { installSonarScanner } from "./main/install-sonar-scanner";
|
||||||
import { runSonarScanner } from "./run-sonar-scanner";
|
import { runSonarScanner } from "./main/run-sonar-scanner";
|
||||||
import {
|
import {
|
||||||
checkGradleProject,
|
checkGradleProject,
|
||||||
checkMavenProject,
|
checkMavenProject,
|
||||||
checkSonarToken,
|
checkSonarToken,
|
||||||
validateScannerVersion,
|
validateScannerVersion,
|
||||||
} from "./sanity-checks";
|
} from "./main/sanity-checks";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Inputs are defined in action.yml
|
* Inputs are defined in action.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue