Skip to content

chore(deps): bump github/codeql-action from 4.31.6 to 4.31.8 #632

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

chore(deps): bump github/codeql-action from 4.31.6 to 4.31.8 #632

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