Skip to content

chore(deps): bump github/codeql-action from 4.31.6 to 4.31.9 #763

chore(deps): bump github/codeql-action from 4.31.6 to 4.31.9

chore(deps): bump github/codeql-action from 4.31.6 to 4.31.9 #763

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@8e8c483db84b4bee98b60c0593521ed34d9990e8
- name: Initialize CodeQL
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
with:
languages: javascript
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7