Skip to content

refactor(@angular/build): refactor Vitest configuration to use projec… #1828

refactor(@angular/build): refactor Vitest configuration to use projec…

refactor(@angular/build): refactor Vitest configuration to use projec… #1828

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: ['main', '*.*.x']
schedule:
- cron: '39 9 * * 1'
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: 'ubuntu-latest'
permissions:
security-events: write
packages: read
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
languages: javascript-typescript
build-mode: none
config-file: .github/codeql/config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
category: '/language:javascript-typescript'