Skip to content

Commit

Permalink
fix: Codacy integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pabpercab1 authored Mar 4, 2024
1 parent a83f7ec commit 1ce52be
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1ce52be

Please sign in to comment.