- GitHub
- GitHub Actions
- C++
- 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++.
The version of Java (11.0.3) used to run this analysis is deprecated, and SonarCloud no longer supports it. Please upgrade to Java 17 or later.
I’ve attempted to fix it by changing a part of the GitHub CI configuration file to:
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
However, that doesn’t seem to work. I keep getting the error message that I am supposedly using Java 11. What should I do?
EDIT: I’ve tried copying the SonarCloud CI for GitHub Actions from the documentation, one which doesn’t mention Java at all, and I am still getting the same error message: AECforWebAssembly/.github/workflows/build.yml at master · FlatAssembler/AECforWebAssembly · GitHub