Skip to content

Bump cloud.google.com/go/bigquery (#1059) #117

Bump cloud.google.com/go/bigquery (#1059)

Bump cloud.google.com/go/bigquery (#1059) #117

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: '50 1 * * 6' # run at 01:50 UTC every Saturday
# Change "main" to your default branch if you use a different name, i.e. "master"
push:
branches: [ main ]
permissions:
# Only need to read contents
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write
jobs:
scan-scheduled:

Check failure on line 17 in .github/workflows/osv-scanner-scheduled.yml

View workflow run for this annotation

GitHub Actions / OSV-Scanner Scheduled Scan

Invalid workflow file

The workflow is not valid. .github/workflows/osv-scanner-scheduled.yml (Line: 17, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.4'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.4"