Skip to content

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 #280

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 #280

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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 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