Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "sycl-develop" ]
branches: [ "main" ]
pull_request:
branches: [ "sycl-develop" ]
branches: [ "main" ]
schedule:
- cron: '23 5 * * 5'

Expand Down Expand Up @@ -79,3 +79,10 @@ jobs:
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
with:
category: "/language:${{matrix.language}}"

- name: Upload Sarif Artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: codeql-results-${{ matrix.language }}
path: ./results/${{ matrix.language }}.sarif
retention-days: 7
Comment on lines +82 to +88
Copy link
Author

@sanchitintel sanchitintel Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't modify this file. Maybe it was modified by some GitHub Action

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no it wasn't. You might have made a mistake rebasing your branch locally. Please revert this change.

Loading
Loading