mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 01:57:08 +00:00
checkout curl with actions/checkout@v2
This commit is contained in:
parent
b4ead9123e
commit
29cbb7c982
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pythonapp.yml
vendored
4
.github/workflows/pythonapp.yml
vendored
|
@ -29,8 +29,10 @@ jobs:
|
|||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
|
||||
- name: Checkout curl for the tests
|
||||
uses: curl/curl@curl-7_67_0
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: curl/curl
|
||||
ref: curl-7_67_0
|
||||
path: test_repos/curl
|
||||
|
||||
- name: Test with pytest
|
||||
|
|
Loading…
Reference in a new issue