Fix migration 24 adding a new migration 25 (#2362) #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OSV scheduled Scan | |
on: | |
schedule: | |
- cron: "0 8 * * *" | |
push: | |
branches: [main] | |
permissions: | |
actions: read | |
security-events: write | |
contents: read | |
jobs: | |
scan-scheduled: | |
uses: "google/osv-scanner-action/.github/workflows/[email protected]" | |
with: | |
scan-args: Cargo.lock pdm.lock |