Skip to content

chore(deps): update github actions #1216

chore(deps): update github actions

chore(deps): update github actions #1216

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