Skip to content

Commit

Permalink
set code scan to 3.12 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonhc committed Oct 23, 2024
1 parent 4478d1c commit 70cf586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bandit -c .banditrc.yml -r contributors/ fpdf/ tutorial/
semgrep scan --config auto --error --strict --exclude-rule=python.lang.security.insecure-hash-function.insecure-hash-function fpdf
- name: Scan current project
if: matrix.python-version == '3.13' && matrix.platform == 'ubuntu-latest'
if: matrix.python-version == '3.12' && matrix.platform == 'ubuntu-latest'
uses: anchore/scan-action@v3
with:
path: "."
Expand Down

0 comments on commit 70cf586

Please sign in to comment.