From c46d48e7a861e8f378747bcd436f730676c5d913 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 20 Apr 2024 02:05:33 +0530 Subject: [PATCH] chore(codeql): resolve paths relative to src in SARIF and adjust cron --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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