minor: Rename codeql workflow names.

This makes it so the GitHub displays the runs as "Code Scanning / CodeQL"
instead of "Code scanning - actions / CodeQL-Build".
This commit is contained in:
Priyank Patel
2020-07-07 18:07:13 +00:00
committed by Tim Abbott
parent 086e9e281b
commit 4938d6ab6b

View File

@@ -1,4 +1,4 @@
name: "Code scanning - action"
name: "Code Scanning"
on:
push:
@@ -7,7 +7,7 @@ on:
- cron: '0 5 * * 1'
jobs:
CodeQL-Build:
CodeQL:
runs-on: ubuntu-latest
steps: