From 0dc377a2a763b1d563c0a716579bfeb5cfa29faa Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Fri, 19 Jul 2024 04:04:44 -0700 Subject: [PATCH] Update codacy.yml --- .github/workflows/codacy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index d6c1474..777f285 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -20,7 +20,7 @@ on: # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - - cron: '38 20 * * 5' + - cron: '43 3 * * 3' permissions: contents: read @@ -36,7 +36,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI