Skip to content

chore(deps): update github actions - autoclosed #347

chore(deps): update github actions - autoclosed

chore(deps): update github actions - autoclosed #347

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