Skip to content

Bump yip

Bump yip #22

Workflow file for this run

name: OSV-Scanner PR Scan
# Change "main" to your default branch if you use a different name, i.e. "master"
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
jobs:
scan-pr:

Check failure on line 17 in .github/workflows/osv-scanner-pr.yaml

View workflow run for this annotation

GitHub Actions / OSV-Scanner PR Scan

Invalid workflow file

The workflow is not valid. .github/workflows/osv-scanner-pr.yaml (Line: 17, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.1'. 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.1"