mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 22:53:11 +00:00
Update hot_cves.yml
This commit is contained in:
6
.github/workflows/hot_cves.yml
vendored
6
.github/workflows/hot_cves.yml
vendored
@@ -8,9 +8,6 @@ on:
|
||||
jobs:
|
||||
ScheduledRun:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
|
||||
@@ -20,8 +17,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Running the HOT CVEs generator script
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user