Bump vite from 4.1.5 to 4.5.2 #352
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snyk | |
on: | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
security: | |
with: | |
ORG: guardian-newsletters-b16 | |
SKIP_SBT: true # SBT is not used in this project | |
SKIP_PYTHON: true # Python is not used in this project | |
SKIP_GO: true # GO is not used in this project | |
EXCLUDE: project.json | |
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |