Update codacy.yml

This commit is contained in:
Terence Boldt 2024-08-28 19:14:31 -04:00
parent d49ec2336b
commit 12535174d5

View File

@ -20,7 +20,7 @@ on:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "main" ] branches: [ "main" ]
schedule: schedule:
- cron: '33 3 * * 3' - cron: '43 3 * * 3'
permissions: permissions:
contents: read contents: read
@ -36,7 +36,7 @@ jobs:
steps: steps:
# Checkout the repository to the GitHub Actions runner # Checkout the repository to the GitHub Actions runner
- name: Checkout code - 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 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI - name: Run Codacy Analysis CLI