Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Mar 30, 2023
1 parent b1b774d commit ba678d2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/codeql.yml
Expand Up @@ -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

0 comments on commit ba678d2

Please sign in to comment.