Skip to content

Commit

Permalink
Update .github/workflows/codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Mar 24, 2024
1 parent 4303c87 commit 239e788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
schedule:
- cron: '0 6 * * 3'
permissions:
security-events: write
jobs:
analyze:
strategy:
Expand All @@ -25,7 +27,7 @@ jobs:
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install -U pip setuptools
python -m pip install -U pip setuptools "scmver[toml]"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 239e788

Please sign in to comment.