Skip to content

Bump @types/node from 22.7.6 to 22.7.7 #81

Bump @types/node from 22.7.6 to 22.7.7

Bump @types/node from 22.7.6 to 22.7.7 #81

Workflow file for this run

name: OSV-Scanner
on:
pull_request:
branches: [ "main" ]
merge_group:
branches: [ "main" ]
schedule:
- cron: '18 11 * * 4'
push:
branches: [ "main", "dev" ]
permissions:
# Required for using the reusable workflow
actions: read
# Required for uploading SARIF file to security tab
security-events: write
# Read commit contents
contents: read
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.0"
with:
scan-args: |-
-r
--skip-git
./
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.0"
with:
scan-args: |-
-r
--skip-git
./