Skip to content

Commit

Permalink
ci: change cve-scan workflow to use python 3.11
Browse files Browse the repository at this point in the history
fixes #3487
  • Loading branch information
CrypticRevenger committed Oct 31, 2023
1 parent 0880b0a commit a0804f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '**/requirements.txt'
- name: Get date
Expand Down

0 comments on commit a0804f1

Please sign in to comment.