Skip to content

Commit 1c5697d

Browse files
committed
Update workflow names
1 parent b962442 commit 1c5697d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Scanning - CodeQL
1+
name: Code Scanning
22
on:
33
push:
44
branches:
@@ -10,8 +10,8 @@ on:
1010
- cron: "00 10 * * 6"
1111

1212
jobs:
13-
analyze:
14-
name: Analyze Code
13+
codeql:
14+
name: CodeQL
1515
runs-on: [ubuntu-latest]
1616
timeout-minutes: 360
1717

0 commit comments

Comments
 (0)