Skip to content

Commit 3bd300b

Browse files
SONARRUBY-107 Use config-gradle in QA (#91)
1 parent 1258ede commit 3bd300b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)