diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b35f77e9d..8c46d8439 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,15 +49,16 @@ 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 + + # ℹī¸ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + build: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Maven Build - uses: zinggai/zingg/.github/workflows/build.yml@v1 - - # ℹī¸ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + runs-on: ubuntu-latest + uses: ./.build.yml + steps: + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2