Skip to content

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 #371

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 #371

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, beta, alpha]
pull_request:
branches: [main, beta, alpha]
permissions: read-all
jobs:
codeql:
name: Code QL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository for code analysis
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Initialize CodeQL
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
with:
languages: javascript
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6