Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

chore(deps): update github actions #953

chore(deps): update github actions

chore(deps): update github actions #953

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
with:
category: "/language:${{matrix.language}}"