Skip to content

Commit

Permalink
chore(codeql): resolve paths relative to src in SARIF and adjust cron
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 19, 2024
1 parent 4524432 commit c46d48e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]
types: [opened, synchronize, reopened]
schedule:
- cron: '0 0 * * *'
- cron: 0 0 * * 0
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -56,10 +56,11 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: microsoft/devskim-action@v1
with:
directory-to-scan: src
path: src
- uses: microsoft/devskim-action@v1
- uses: github/codeql-action/upload-sarif@v3
with:
checkout_path: src
sarif_file: devskim-results.sarif
category: devskim

0 comments on commit c46d48e

Please sign in to comment.