mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix Python version for Coverity GH Action (#2031)
* Fix Python version for Coverity GH Action
This commit is contained in:
parent
409102afa7
commit
338ff3a7af
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
submodules: true
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7.5
|
||||
python-version: 3.7.x
|
||||
|
||||
- name: Download Coverity Build Tool
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user