fix(billing): pending_checkouts ON DELETE CASCADE (mig 069) — unblock team reap #552
Workflow file for this run
This file contains hidden or 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-Scanner | |
| on: | |
| push: | |
| branches: [master, main] | |
| pull_request: | |
| branches: [master, main] | |
| schedule: | |
| - cron: '0 6 * * *' | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| jobs: | |
| scan: | |
| uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8 | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write |