Skip to content

Bump actions/setup-node from 4.0.1 to 4.0.2 #489

Bump actions/setup-node from 4.0.1 to 4.0.2

Bump actions/setup-node from 4.0.1 to 4.0.2 #489

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches: [main]
schedule:
- cron: '0 9 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3