Skip to content

chore: bump @angular/forms from 18.1.1 to 18.2.9 #2901

chore: bump @angular/forms from 18.1.1 to 18.2.9

chore: bump @angular/forms from 18.1.1 to 18.2.9 #2901

Workflow file for this run

name: codeql
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 12 * * 6'
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3