diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e0fc32..b3bd247 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ 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: @@ -47,6 +47,7 @@ jobs: 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 }} @@ -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 }} diff --git a/.github/workflows/unified-dogfooding.yml b/.github/workflows/unified-dogfooding.yml index 19c2b51..7282b9c 100644 --- a/.github/workflows/unified-dogfooding.yml +++ b/.github/workflows/unified-dogfooding.yml @@ -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