Skip to content

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #316

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3

build(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 #316

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4 # v3.5.3
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.1.0
with:
python-version: '3.10'
cache: 'pip'
- name: Install cve-bin-tool and reportlab
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade -r dev-requirements.txt
python -m pip install git+https://github.com/intel/cve-bin-tool@main reportlab
- name: Run tests
run: |
pytest -v