From 2ccb28fcc32936a805d0f64abcdbfb098e119aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7=E3=82=AA=E3=83=AA=E3=82=A4?= <107134739+oneofremii@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:17:09 +0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8fdd153..49d31cd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,8 +17,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "main" ] - schedule: - - cron: '41 2 * * 0' jobs: analyze: @@ -28,6 +26,7 @@ jobs: actions: read contents: read security-events: write + strategy: fail-fast: false @@ -42,6 +41,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: CommitCord + uses: oneofremii/CommitCord@v1.0.0 + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2