Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
or-akl authored Feb 12, 2024
1 parent 7aafeeb commit dfc88ed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "or-appsec" ]
branches: [ "master" ]
pull_request:
branches: [ "or-appsec" ]
branches: [ "master" ]
schedule:
- cron: '0 16 * * 0'

Expand Down Expand Up @@ -36,10 +36,6 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit dfc88ed

Please sign in to comment.