Skip to content

fix: publish wheels with metadata 2.5 without double-bumping #295

fix: publish wheels with metadata 2.5 without double-bumping

fix: publish wheels with metadata 2.5 without double-bumping #295

Workflow file for this run

name: Security scan
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
schedule:
- cron: '23 6 * * *'
permissions:
actions: read
security-events: write
contents: read
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8
with:
scan-args: |-
--lockfile=uv.lock
-r
./
scan-pr:
if: ${{ github.event_name == 'pull_request' }}
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8
with:
scan-args: |-
--lockfile=uv.lock
-r
./