diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eac08d..b1c25eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: branches: [main] types: [opened, synchronize, reopened] schedule: - - cron: '0 0 * * *' + - cron: 0 0 * * 0 workflow_dispatch: concurrency: @@ -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