diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 27b178e..ff5c000 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: '31 17 * * 4' + - cron: '24 6 * * 4' permissions: contents: read @@ -43,7 +43,8 @@ jobs: uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository - # You can also omit the token and run the tools that s + # You can also omit the token and run the tools that support default configurations + project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} verbose: true output: results.sarif format: sarif @@ -55,6 +56,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: results.sarif