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 5649c2e commit 2927570
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
needs: java_build
permissions:
actions: read
contents: read
Expand All @@ -49,11 +50,13 @@ 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: Analyze
uses: github/codeql-action/analyze@v2


# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
java_build:
uses: ./.github/workflows/build.yml
codeql_analyze:
uses: github/codeql-action/analyze@v2

0 comments on commit 2927570

Please sign in to comment.