Skip to content

Commit

Permalink
Update codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjboldt authored Jul 19, 2024
1 parent a53f35f commit 0dc377a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0dc377a

Please sign in to comment.