WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

NO-JIRA Bump orchestrator and sonar-update-center removing dependenci… #25

NO-JIRA Bump orchestrator and sonar-update-center removing dependenci…

NO-JIRA Bump orchestrator and sonar-update-center removing dependenci… #25

Workflow file for this run

name: Build

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

(Line: 10, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
on:
pull_request:
branches-ignore:
- 'dogfood/**'
push:
branches:
- 'master'
- 'branch-*'
branches-ignore:
- 'public_master'
- 'dogfood/**'
tags-ignore:
- '**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: sonar-s-public
name: Build, JUnit and SonarQube
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: 2025.7.12
mise_toml: |
[tools]
yarn= "3.6.3"
node = "18"
java = "temurin-17"
- uses: SonarSource/ci-github-actions/build-gradle@v1
with:
deploy: false
artifactory-reader-role: private-reader
artifactory-deployer-role: private-reader
sonar-platform: next
gradle-args: "-Dsonar.projectKey=sonarqube -Dsonar.organization=sonarsource -Dsonar.exclusions=**/design-system/theme/**,**/legacy-design-system/**"