Skip to content

chore: bump prettier from 3.8.4 to 3.9.4 #1969

chore: bump prettier from 3.8.4 to 3.9.4

chore: bump prettier from 3.8.4 to 3.9.4 #1969

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- main
- cspell4
pull_request:
branches:
- main
- cspell4
workflow_dispatch:
schedule:
- cron: '0 23 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v5
with:
# Make sure it goes back far enough to find where the branch split from main
fetch-depth: 20
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: 'javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4