diff --git a/.github/workflows/hot_cves.yml b/.github/workflows/hot_cves.yml index cf9173d84..dd5f5ee51 100644 --- a/.github/workflows/hot_cves.yml +++ b/.github/workflows/hot_cves.yml @@ -8,15 +8,18 @@ jobs: build: runs-on: ubuntu-latest steps: + + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Python - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip' # caching pip dependencies - - run: pip install requests + run: pip install requests - - name: Change directory to docs and run CVE JSON generator script + - name: Running the HOT CVEs generator script run: | cd /home/runner/work/cve/cve python .github/getTrending.py