Skip to content

deps: bump @biomejs/biome from 2.5.0 to 2.5.3 #148

deps: bump @biomejs/biome from 2.5.0 to 2.5.3

deps: bump @biomejs/biome from 2.5.0 to 2.5.3 #148

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 6 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4