-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update reusable action version to latest available #101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pierre-guillot-gh do you mind taking a look here please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement, thanks for this!
Hello Guys What do you need to merge this? I'm with the same problem in my application |
There is a warning on SonarCloud GitHub Action indicating that this action is deprecated. To ensure compatibility and avoid disruptions in our CI/CD workflows, it is recommended to migrate to the new SonarQube Scan Action, which is a drop-in replacement for the deprecated action. Replace sonarcloud-github-action with sonarqube-scan-action in our workflows. |
I missed this, thank you for pointing it out. I will close the PR and change my code to use the new composite action. |
Hey folks, thanks for raising this. This is caused by GH brownout of the
Which gives you a few options to solve the problem without waiting for a patch:
We will patch |
I confirm the Brownout period is now finished and the action is working again as expected. I still encourage you to switch the new app at you earliest convenience. |
Part of
Update version to use latest SonarSource/sonarqube-scan-action
currently getting this error on our runners due to a depreciated cache version action that has been resolved in the reusable action but not updated yet on the reusable workflow
the PR that fixed the change on the reusable action side SonarSource/sonarqube-scan-action#161