Skip to content

Commit d6ad5f6

Browse files
committed
ci: make codeql daily cronjob with status badge in readme
1 parent c1697ef commit d6ad5f6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [master]
94
schedule:
105
# At 05:00 - https://crontab.guru/
116
- cron: '0 5 * * *'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# [BinderHub](https://github.com/jupyterhub/binderhub)
22

33
[![Documentation Status](https://img.shields.io/readthedocs/binderhub?logo=read-the-docs)](https://binderhub.readthedocs.io/en/latest/)
4-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jupyterhub/binderhub/Tests?logo=github)](https://github.com/jupyterhub/binderhub/actions)
4+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jupyterhub/binderhub/Tests?logo=github&label=tests)](https://github.com/jupyterhub/binderhub/actions)
5+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jupyterhub/binderhub/CodeQL?logo=github&label=code%20scans)](https://github.com/jupyterhub/binderhub/actions)
56
[![Latest chart development release](https://img.shields.io/badge/dynamic/json.svg?label=latest&url=https://jupyterhub.github.io/helm-chart/info.json&query=$.binderhub.latest&colorB=orange)](https://jupyterhub.github.io/helm-chart/)
67
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/jupyterhub/binderhub/issues)
78
[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.jupyter.org/c/binder/binderhub)

0 commit comments

Comments
 (0)