Update hot_cves.yml

This commit is contained in:
Marc
2024-06-10 10:48:26 +02:00
committed by GitHub
parent ad976b1983
commit 410e68ca9d

View File

@@ -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: |