File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,15 @@ jobs:
3939 version : 2025.7.12
4040 - name : Build, Analyze and deploy
4141 id : build
42- uses : SonarSource/ci-github-actions/build-gradle@master # dogfood
42+ uses : SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
4343 env :
4444 BUILD_NUMBER : ${{ needs.get-build-number.outputs.BUILD_NUMBER }}
4545 with :
4646 deploy-pull-request : true
4747 artifactory-reader-role : private-reader
4848 artifactory-deployer-role : qa-deployer
4949 provenance : ' true'
50+ deploy : true
5051 - name : verify build-gradle behavior
5152 env :
5253 DEPLOYED : ${{ steps.build.outputs.deployed }}
8182 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
8283 with :
8384 version : 2025.7.12
84- - uses : SonarSource/ci-github-actions/build-gradle@master # dogfood
85+ - uses : SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
8586 id : build
8687 env :
8788 BUILD_NUMBER : ${{ needs.get-build-number.outputs.BUILD_NUMBER }}
Original file line number Diff line number Diff line change 1414 contents : read
1515 steps :
1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17- - uses : SonarSource/ci-github-actions/build-gradle@master # dogfood
17+ - uses : SonarSource/ci-github-actions/build-gradle@feat/mmatuszny/BUILD-9674-dont-fetch-secrets # dogfood
1818 with :
1919 run-shadow-scans : true
2020 artifactory-reader-role : private-reader
You can’t perform that action at this time.
0 commit comments