Skip to content

Commit

Permalink
updated codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Dec 7, 2023
1 parent d65a135 commit 8f9710f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ * ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ * ]
schedule:
- cron: '22 3 * * 5'

Expand Down Expand Up @@ -50,13 +50,14 @@ 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: ./build.yml
- 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



0 comments on commit 8f9710f

Please sign in to comment.