Skip to content

ci(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 #292

ci(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1

ci(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 #292

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# A sample workflow which sets up periodic OSV-Scanner scanning for vulnerabilities,
# in addition to a PR check which fails if new vulnerabilities are introduced.
#
# For more examples and options, including how to ignore specific vulnerabilities,
# see https://google.github.io/osv-scanner/github-action/
name: OSV-Scanner
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
osv-scanner:
permissions:
# Required to upload the SARIF file to the security tab
security-events: write
# Required to read the code
contents: read
# Required to read the code
actions: read
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3