Skip to content

Bump tj-actions/changed-files from 40.2.1 to 40.2.2 (#2444) #6922

Bump tj-actions/changed-files from 40.2.1 to 40.2.2 (#2444)

Bump tj-actions/changed-files from 40.2.1 to 40.2.2 (#2444) #6922

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