Skip to content

Bump the actions-minor-updates group across 1 directory with 7 updates #197

Bump the actions-minor-updates group across 1 directory with 7 updates

Bump the actions-minor-updates group across 1 directory with 7 updates #197

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 ]
# Declare default permissions as read only.
permissions:
# Only need to read contents
contents: read
# Require writing security events to upload SARIF file to security tab
security-events: write
jobs:
scan-pr:

Check failure on line 18 in .github/workflows/osv-scanner-pr.yml

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.yml (Line: 18, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.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-pr.yml@v1.8.4"