Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
ref: ${{ github.repository_owner }} # since we are running this command in the root dir and that root is cloned via LabKey/server
category: "/language:${{matrix.language}}
ref: ${{ github.ref }} # since we are running this command in the root dir and that root is cloned via LabKey/server
sha: ${{ github.sha }}