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