mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-07 11:06:19 +00:00
Update hot_cves.yml
This commit is contained in:
parent
2074f0373b
commit
fed4b104b9
11
.github/workflows/hot_cves.yml
vendored
11
.github/workflows/hot_cves.yml
vendored
@ -8,14 +8,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
with:
|
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
|
- name: Change directory to docs and run CVE JSON generator script
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user