Skip to content

chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #371

chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3

chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #371

Workflow file for this run

name: CodeQL SAST
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
schedule:
# Run every Monday at 09:00 UTC
- cron: "0 9 * * 1"
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
languages: javascript-typescript
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
with:
category: codeql-javascript