Skip to content

Bump @changesets/cli from 2.26.2 to 2.27.1 (#2437) #6917

Bump @changesets/cli from 2.26.2 to 2.27.1 (#2437)

Bump @changesets/cli from 2.26.2 to 2.27.1 (#2437) #6917

name: "CodeQL"
on:
push:
branches: [ main ]
schedule:
- cron: '37 7 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: |
npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2