Skip to content

Fix: make python 3.12 type X = ... syntax work with dependency injection #2930

Fix: make python 3.12 type X = ... syntax work with dependency injection

Fix: make python 3.12 type X = ... syntax work with dependency injection #2930

Workflow file for this run

name: OSV-Scanner
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
permissions:
actions: read
security-events: write
contents: read
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2"
with:
scan-args: |-
-r
--skip-git
./
scan-pr:
if: ${{ github.event_name == 'pull_request' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.2"
with:
scan-args: |-
-r
--skip-git
./