From f2ebc7780c38092be527e7f3405c90915d3394b4 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Fri, 18 Apr 2025 14:01:16 -0300 Subject: [PATCH 1/2] chore(ci): switch to default setup for CodeQL scanning --- .github/workflows/codacy.yml | 49 ------------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 .github/workflows/codacy.yml diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml deleted file mode 100644 index 84afee0..0000000 --- a/.github/workflows/codacy.yml +++ /dev/null @@ -1,49 +0,0 @@ -# This workflow uses actions not certified by GitHub. They are provided by a -# third-party and 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 GitHub Advanced Security code -# scanning feature. For more info on the Codacy Security Scan action usage and -# parameters, see: https://github.com/codacy/codacy-analysis-cli-action. -# For more info on Codacy Analysis CLI in general, see: -# https://github.com/codacy/codacy-analysis-cli. - -name: Codacy Security Scan - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '0 21 * * 5' # Runs at 21:00, only on Friday - -jobs: - codacy-security-scan: - permissions: - actions: read - contents: read - security-events: write - name: Codacy Security Scan - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@main - - - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@master - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - verbose: true - output: results.sarif - format: sarif - # Adjust severity of non-security issues - gh-code-scanning-compat: true - # Force 0 exit code to allow SARIF file generation - # This will hand over control about PR rejection to the GitHub side - max-allowed-issues: 2147483647 - - # Upload the SARIF file generated in the previous step - - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@main - with: - sarif_file: results.sarif From 0d2675e08be099895a7173b77bb100fd97169751 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Fri, 18 Apr 2025 14:01:37 -0300 Subject: [PATCH 2/2] chore: adjust structure diagram --- assets/images/Structure.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/images/Structure.svg b/assets/images/Structure.svg index 5d60969..4969bec 100644 --- a/assets/images/Structure.svg +++ b/assets/images/Structure.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file