diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7a8261238..1427b02aa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,3 +12,4 @@ jobs: call-codeQL-analysis: name: CodeQL analysis uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main + diff --git a/README.md b/README.md index 7c03864c9..6b43ecaa3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The `setup-java` action provides the following functionality for GitHub Actions This action allows you to work with Java and Scala projects. + ## V2 vs V1 - V2 supports custom distributions and provides support for Azul Zulu OpenJDK, Eclipse Temurin and AdoptOpenJDK out of the box. V1 supports only Azul Zulu OpenJDK.