Skip to content

build(deps): bump undici from 8.7.0 to 8.10.0 in the npm_and_yarn gro… #97

build(deps): bump undici from 8.7.0 to 8.10.0 in the npm_and_yarn gro…

build(deps): bump undici from 8.7.0 to 8.10.0 in the npm_and_yarn gro… #97

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@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
languages: ${{ matrix.language }}
# We can add custom queries later when needed
# queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
category: "/language:${{ matrix.language }}"