Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ jobs:
version: 2025.7.12
- name: Build, Analyze and deploy
id: build
uses: SonarSource/ci-github-actions/build-gradle@master # dogfood
uses: SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
env:
BUILD_NUMBER: ${{ needs.get-build-number.outputs.BUILD_NUMBER }}
with:
deploy-pull-request: true
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
provenance: 'true'
deploy: true
- name: verify build-gradle behavior
env:
DEPLOYED: ${{ steps.build.outputs.deployed }}
Expand Down Expand Up @@ -81,7 +82,7 @@ jobs:
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-gradle@master # dogfood
- uses: SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
id: build
env:
BUILD_NUMBER: ${{ needs.get-build-number.outputs.BUILD_NUMBER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unified-dogfooding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: SonarSource/ci-github-actions/build-gradle@master # dogfood
- uses: SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
with:
run-shadow-scans: true
artifactory-reader-role: private-reader
Expand Down
Loading