Skip to content

Bump @vitejs/plugin-react from 4.3.3 to 4.3.4 #227

Bump @vitejs/plugin-react from 4.3.3 to 4.3.4

Bump @vitejs/plugin-react from 4.3.3 to 4.3.4 #227

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/[email protected]"
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/[email protected]"
with:
scan-args: |-
-r
--skip-git
./