Skip to content

Commit d2823ce

Browse files
Update azure-dev-validation.yml (#154)
* Update azure-dev-validation.yml * Update azure-dev-validation.yml
1 parent 7e25eaa commit d2823ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tools: templateanalyzer
2525

2626
- name: Upload alerts to Security tab
27-
if: github.repository == 'Azure-Samples/azure-search-openai-javascript'
27+
if: github.repository_owner == 'Azure-Samples'
2828
uses: github/codeql-action/upload-sarif@v2
2929
with:
30-
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
30+
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 commit comments

Comments
 (0)