Skip to content

fix(security): bump aiohttp 3.13.3→3.13.5, picomatch 2.3.1→2.3.2 (ENG-13677, ENG-13698–13701) #22

fix(security): bump aiohttp 3.13.3→3.13.5, picomatch 2.3.1→2.3.2 (ENG-13677, ENG-13698–13701)

fix(security): bump aiohttp 3.13.3→3.13.5, picomatch 2.3.1→2.3.2 (ENG-13677, ENG-13698–13701) #22

Workflow file for this run

---
name: OSV-Scanner PR Scan
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
permissions:
# Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
actions: read
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
jobs:
vulnerability-check:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.3"
with:
scan-args: --config osv-scanner.toml
upload-sarif: false