Fix Python version for Coverity GH Action (#2031)

* Fix Python version for Coverity GH Action
This commit is contained in:
Anton Kochkov 2020-01-24 18:19:09 +08:00 committed by GitHub
parent 409102afa7
commit 338ff3a7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |