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 ba678d2 commit 5649c2e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/codeql.yml
Expand Up @@ -53,12 +53,7 @@ jobs:

# ℹ️ 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
runs-on: ubuntu-latest
uses: ./.build.yml
steps:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
java_build:
uses: ./.github/workflows/build.yml
codeql_analyze:
uses: github/codeql-action/analyze@v2

0 comments on commit 5649c2e

Please sign in to comment.