Skip to content

Commit 5cb48e5

Browse files
CopilotEMaher
andauthored
revert: restore original CodeQL category; previous fix was wrong (Fixes #67)
Agent-Logs-Url: https://github.com/Azure/apiops-cli/sessions/2c1affcc-5b85-4124-b3f7-ebca7c528a49 Co-authored-by: EMaher <9244742+EMaher@users.noreply.github.com>
1 parent 74e671d commit 5cb48e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
- name: Perform CodeQL Analysis
9999
uses: github/codeql-action/analyze@v4
100100
with:
101-
category: ${{ matrix.language == 'actions' && 'API upload' || format('/language:{0}', matrix.language) }}
101+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)