Skip to content

fix(deps): override brace-expansion and yaml for security patches #79

fix(deps): override brace-expansion and yaml for security patches

fix(deps): override brace-expansion and yaml for security patches #79

Workflow file for this run

# Security scanning using eSolia's shared workflow
# See: https://github.com/eSolia/.github/blob/main/.github/workflows/security.yml
name: Security Scanning
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
security:
uses: eSolia/.github/.github/workflows/security.yml@main
with:
package-manager: pnpm
node-version: '22'
source-paths: 'src/'
run-typecheck: true
run-lint: true
fail-on-findings: false
secrets: inherit