My GitHub Actions stopped working saying that "sonarsource/sonarcloud-github-c-cpp" not found

Hi there!

I started to receive the following error:

Current runner version: '2.329.0'
Runner Image Provisioner
Operating System
Runner Image
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: Unable to resolve action sonarsource/sonarcloud-github-c-cpp, repository not found

Here is the repository in question: GitHub - FlatAssembler/AECforWebAssembly: A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.

Any idea what I am doing wrong?

1 Like

Hi,

Could you point me to where you learned about this action, please?

 
Thx,
Ann

I have the same error: Fix build · marek22k/mping-sender-mirror@6709d0c · GitHub

Those were the standard instructions for adding SonarSource to GitHub Actions - from a few months/years ago.

Hi,

Welcome to the community, @marek22k!

It looks like we deprecated the action back in January, and archived the repo in late October. You’ll need to switch to the standard scan action.

 
HTH,
Ann

1 Like