Skip to content

build(deps-dev): bump @types/node from 26.1.0 to 26.1.1 (#685) #86

build(deps-dev): bump @types/node from 26.1.0 to 26.1.1 (#685)

build(deps-dev): bump @types/node from 26.1.0 to 26.1.1 (#685) #86

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [main, post-release]
pull_request:
branches: [main, post-release]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
timeout-minutes: 30
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript", "actions"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
with:
skip-compact: "true"
- name: Initialize CodeQL
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with:
languages: ${{ matrix.language }}
# We can add custom queries later when needed
# queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
with:
category: "/language:${{ matrix.language }}"