From 63fbdacc5e70c881b20553f778e20efd8274f707 Mon Sep 17 00:00:00 2001 From: Pascal Honegger Date: Sat, 9 Sep 2023 23:41:57 +0200 Subject: [PATCH] feat(ci): disable scheduled security scanning Having these periodic scans caused problems as they automatically were disabled after 60 days of inactivity, making the schedule practically useless --- .github/workflows/security-scanning.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/security-scanning.yml b/.github/workflows/security-scanning.yml index 1c2c46f..f4fd786 100644 --- a/.github/workflows/security-scanning.yml +++ b/.github/workflows/security-scanning.yml @@ -5,17 +5,6 @@ on: branches: [main] push: branches: [main] - schedule: - # ┌───────────── minute (0 - 59) - # │ ┌───────────── hour (0 - 23) - # │ │ ┌───────────── day of the month (1 - 31) - # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) - # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - # │ │ │ │ │ - # │ │ │ │ │ - # │ │ │ │ │ - # * * * * * - - cron: '30 6 * * 1' jobs: CodeQL-Build: