Skip to content

chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #48

chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0

chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #48

Workflow file for this run

name: SCA
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
snyk-cli:
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
with:
pre-scan-commands: "npm install && npm run install:examples"
additional-arguments: "--exclude=README.md"
node-version: 24
secrets: inherit