Skip to content

chore(deps)(deps): bump actions/checkout from 4 to 7 #3

chore(deps)(deps): bump actions/checkout from 4 to 7

chore(deps)(deps): bump actions/checkout from 4 to 7 #3

Workflow file for this run

# https://google.github.io/osv-scanner/github-action/#scan-on-pull-request
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:
# Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
actions: read
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
jobs:
scan-pr:
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8