Skip to content

Commit aad9272

Browse files
authored
Update codeql.yml
Limit matrix information in the job name to language by default
1 parent 4a8c4e0 commit aad9272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-scanning/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
analyze:
24-
name: Analyze
24+
name: Analyze (${{ matrix.language }})
2525
# Runner size impacts CodeQL analysis time. To learn more, please see:
2626
# - https://gh.io/recommended-hardware-resources-for-running-codeql
2727
# - https://gh.io/supported-runners-and-hardware-resources

0 commit comments

Comments
 (0)