Skip to content

Commit a1a234b

Browse files
simple style
1 parent 0ec1555 commit a1a234b

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -272,41 +272,7 @@ jobs:
272272
-Dparallel=methods
273273
-DuseUnlimitedThreads=true
274274
275-
qa-os-win-old-style:
276-
runs-on: github-windows-latest-m
277-
permissions:
278-
id-token: write # Required for Vault OIDC authentication
279-
contents: write # Required for repository access and tagging
280-
steps:
281-
- name: Config Git
282-
run: git config --global core.autocrlf input
283-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
284-
- name: Run Script and Maven
285-
run: |
286-
.cirrus/install-latest-java-on-windows.ps1 ; if ($?) { & mvn.cmd --batch-mode clean verify }
287-
288-
qa-os-win-new-style:
289-
runs-on: github-windows-latest-m
290-
permissions:
291-
id-token: write # Required for Vault OIDC authentication
292-
contents: write # Required for repository access and tagging
293-
steps:
294-
- name: Config Git
295-
run: git config --global core.autocrlf input
296-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
297-
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
298-
with:
299-
version: 2025.7.12
300-
- uses: SonarSource/ci-github-actions/build-maven@v1
301-
id: build-maven
302-
with:
303-
deploy: false
304-
artifactory-reader-role: private-reader
305-
artifactory-deployer-role: qa-deployer
306-
maven-args: >
307-
-Dsonar.skip=true
308-
309-
qa-os-win-simple-style:
275+
qa-os-win:
310276
runs-on: github-windows-latest-m
311277
permissions:
312278
id-token: write # Required for Vault OIDC authentication

0 commit comments

Comments
 (0)