Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 #1780

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1

chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 #1780

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 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