mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
Update hot_cves.yml
This commit is contained in:
parent
2074f0373b
commit
fed4b104b9
13
.github/workflows/hot_cves.yml
vendored
13
.github/workflows/hot_cves.yml
vendored
@ -8,15 +8,14 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
python-version: '3.11'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- run: pip install requests
|
||||
|
||||
- name: Change directory to docs and run CVE JSON generator script
|
||||
run: |
|
||||
cd /home/runner/work/cve/cve
|
||||
|
Loading…
x
Reference in New Issue
Block a user