From 07ea45fe9aa4beb61146b1e5990ded05300c04b9 Mon Sep 17 00:00:00 2001 From: Shain Singh Date: Fri, 23 Feb 2024 10:09:00 +1100 Subject: [PATCH] fix: github ci/cd workflows --- .github/workflows/secops-code-scan.yml | 4 ++-- .github/workflows/secops-scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/secops-code-scan.yml b/.github/workflows/secops-code-scan.yml index 0ba2e52..b1d445d 100644 --- a/.github/workflows/secops-code-scan.yml +++ b/.github/workflows/secops-code-scan.yml @@ -11,10 +11,10 @@ name: "SecOps - Code Scanning" on: push: - branches: ["master"] + branches: ["main"] pull_request: # The branches below must be a subset of the branches above - branches: ["master"] + branches: ["main"] schedule: - cron: "25 18 * * 6" permissions: diff --git a/.github/workflows/secops-scorecard.yml b/.github/workflows/secops-scorecard.yml index a01a610..96e8008 100644 --- a/.github/workflows/secops-scorecard.yml +++ b/.github/workflows/secops-scorecard.yml @@ -12,7 +12,7 @@ on: schedule: - cron: "20 7 * * 2" push: - branches: ["master"] + branches: ["main"] # Declare default permissions as read only. permissions: read-all jobs: