Skip to content

chore(deps): bump aiohttp from 3.10.5 to 3.10.8 #8

chore(deps): bump aiohttp from 3.10.5 to 3.10.8

chore(deps): bump aiohttp from 3.10.5 to 3.10.8 #8

Workflow file for this run

name: Audit
on: push
jobs:
audit:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
name: Audit python v${{ matrix.python-version }}
uses: Informasjonsforvaltning/workflows/.github/workflows/pip-audit.yaml@main
with:
python_version: ${{ matrix.python-version }}
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}