From f3e61b102024227174b8425f8d880e08ab3d3ed1 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 5 Aug 2024 10:03:37 +0100 Subject: [PATCH] Remove scorecard schedule and bump version --- .github/workflows/scorecard.yml | 4 ---- make/DEBIAN/control | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 29e6b6d78..f0f89a631 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -7,10 +7,6 @@ on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: - # To guarantee Maintained check is occasionally updated. See - # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained - schedule: - - cron: '20 6 * * 4' push: branches: [ "main" ] diff --git a/make/DEBIAN/control b/make/DEBIAN/control index 488f69458..cecad9d17 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 1.3.1 +Version: 1.4-a Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun