Skip to content

chore(actions): bump github/codeql-action from 4.31.2 to 4.31.3 #1867

chore(actions): bump github/codeql-action from 4.31.2 to 4.31.3

chore(actions): bump github/codeql-action from 4.31.2 to 4.31.3 #1867

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 4'
permissions: read-all
jobs:
codeql:
name: Code QL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository for code analysis
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Initialize CodeQL
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db
with:
languages: javascript
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db