BUILD-8099 use ci-github-actions/promote#47
Merged
julien-carsique-sonarsource merged 1 commit intomasterfrom Jul 17, 2025
Merged
BUILD-8099 use ci-github-actions/promote#47julien-carsique-sonarsource merged 1 commit intomasterfrom
julien-carsique-sonarsource merged 1 commit intomasterfrom
Conversation
90c9917 to
cd271f2
Compare
cd271f2 to
0c2bdec
Compare
0c2bdec to
7df9cdd
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR replaces WIP references and commented blocks in the build workflow with stable master versions of the SonarSource CI GitHub Actions.
- Removed unused/commented environment and interim promote job steps.
- Updated
get-build-numberandpromotesteps to use@masterinstead of feature branches. - Cleaned up the promote job for consistency and readability.
Comments suppressed due to low confidence (3)
.github/workflows/build.yml:38
- Pin the action to a specific tag or commit SHA instead of
@masterto ensure reproducible workflows.
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
.github/workflows/build.yml:39
- Pin the action to a specific tag or commit SHA instead of
@masterto avoid unintended changes in the CI behavior.
- uses: SonarSource/ci-github-actions/promote@master # dogfood
.github/workflows/build.yml:38
- [nitpick] The
# dogfoodcomment may be unclear to other contributors; consider removing it or replacing it with a more descriptive note.
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
mikolaj-matuszny-ext-sonarsource
approved these changes
Jul 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use ci-github-actions/promote for the promotion.
Depends on SonarSource/ci-github-actions#13