mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 03:23:50 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
- cron: '0 5 * * 1'
|
- cron: '0 5 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL-Build:
|
CodeQL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user