diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caf68b81c..06dd13219 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: profile: [] steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 8 uses: actions/setup-java@v3 with: java-version: '8' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3fc8c99aa..9a7d5edcf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,8 +48,8 @@ jobs: # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - name: build - uses: ../.github/workflows/build.yml + - name: Autobuild + uses: github/codeql-action/autobuild@v1 - name: Analyze uses: github/codeql-action/analyze@v2