Skip to content

Commit 6052b50

Browse files
Fix CodeQL analysis reference to use full remote path for consistency
1 parent db8d631 commit 6052b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_pipelines/codeql_analysis_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
--monorepo \
3434
--upload-sarif \
3535
--only-changed-files \
36-
--ref main --base-ref = "HEAD^"
36+
--ref refs/remotes/origin/main --base-ref "HEAD^"
3737
3838
displayName: "Run CodeQL Analysis"
3939
env:

0 commit comments

Comments
 (0)