Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koimoee authored Mar 24, 2024
1 parent d88b029 commit 2ccb28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '41 2 * * 0'

jobs:
analyze:
Expand All @@ -28,6 +26,7 @@ jobs:
actions: read
contents: read
security-events: write


strategy:
fail-fast: false
Expand All @@ -42,6 +41,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: CommitCord
uses: oneofremii/[email protected]

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 2ccb28f

Please sign in to comment.