Skip to content

Merge pull request #555 from fabriciofx/renovate/renovatebot-github-a… #539

Merge pull request #555 from fabriciofx/renovate/renovatebot-github-a…

Merge pull request #555 from fabriciofx/renovate/renovatebot-github-a… #539

# SPDX-FileCopyrightText: Copyright (C) 2025-2026 Fabrício Barros Cabral
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: java-sonar-test
'on':
push:
branches:
- main
- master
permissions:
contents: read
jobs:
java-sonar-test:
uses: fabriciofx/github-workflows/.github/workflows/java-sonar-template.yml@main
with:
working-directory: "java/test"
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
sr_token: ${{ secrets.SONAR_TOKEN }}
sr_organization: ${{ secrets.SONAR_ORGANIZATION }}
sr_project_key: ${{ secrets.SONAR_PROJECT_KEY }}