Skip to content

chore(deps): update github actions (major) #866

chore(deps): update github actions (major)

chore(deps): update github actions (major) #866

Workflow file for this run

name: code-ql
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "29 20 * * 3"
jobs:
analyze:
runs-on: ubuntu-24.04
timeout-minutes: 360
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript"]
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Initialize CodeQL
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
with:
category: "/language:${{matrix.language}}"