mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
086e9e281b
commit
4938d6ab6b
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user