File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -67,23 +67,19 @@ jobs:
6767 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
6868 with :
6969 version : 2025.7.12
70- - name : Get Vault secrets
70+ - name : Get GitHub Token for QA Licenses
7171 id : secrets
7272 uses : SonarSource/vault-action-wrapper@v3
7373 with :
7474 secrets : |
7575 development/github/token/licenses-ro token | GITHUB_TOKEN;
76- development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader access_token | ARTIFACTORY_ACCESS_TOKEN;
7776 - name : Configure Gradle
78- uses : SonarSource/ci-github-actions/build -gradle@v1
77+ uses : SonarSource/ci-github-actions/config -gradle@v1
7978 with :
80- gradle-args : " -x build -x sonar -x artifactoryPublish" # Skip everything to only configure Gradle and Artifactory access
8179 artifactory-reader-role : private-reader
82- artifactory-deployer-role : qa-deployer
8380 - name : Run QA Tests
8481 env :
8582 GITHUB_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
86- ARTIFACTORY_ACCESS_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
8783 SUITE : ${{ matrix.item.suite }}
8884 SQ_VERSION : ${{ matrix.item.sq_version }}
8985 run : |
You can’t perform that action at this time.
0 commit comments