From 1ce52bec99bd951f24a33312d26e99f7f77ef37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Peria=C3=B1ez?= <72883992+pabpercab1@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:49:01 +0100 Subject: [PATCH] fix: Codacy integration --- .github/workflows/codacy.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 907cb125..15f38710 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -1,16 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# This workflow checks out code, performs a Codacy security scan -# and integrates the results with the -# GitHub Advanced Security code scanning feature. For more information on -# the Codacy security scan action usage and parameters, see -# https://github.com/codacy/codacy-analysis-cli-action. -# For more information on Codacy Analysis CLI in general, see -# https://github.com/codacy/codacy-analysis-cli. - name: Codacy Security Scan on: @@ -20,7 +7,7 @@ on: # The branches below must be a subset of the branches above branches: [ "main", "develop" ] schedule: - - cron: '15 18 * * 4' + - cron: '17 20 * * 5' permissions: contents: read