Skip to content

Commit 3be8aac

Browse files
authored
Update CodeQL analysis ref to use github.ref (#966)
Based on the most recent build error, github.repository_owner wasn't providing the correct data type that we anticipated. Our changes to be more specific about github.sha may have been enough.
1 parent 4b2f5a5 commit 3be8aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
- name: Perform CodeQL Analysis
116116
uses: github/codeql-action/analyze@v4
117117
with:
118-
category: "/language:${{matrix.language}}"
119-
ref: ${{ github.repository_owner }} # since we are running this command in the root dir and that root is cloned via LabKey/server
118+
category: "/language:${{matrix.language}}
119+
ref: ${{ github.ref }} # since we are running this command in the root dir and that root is cloned via LabKey/server
120120
sha: ${{ github.sha }}

0 commit comments

Comments
 (0)