Skip to content

chore(actions): bump actions/dependency-review-action from 4.3.4 to 4.3.5 #908

chore(actions): bump actions/dependency-review-action from 4.3.4 to 4.3.5

chore(actions): bump actions/dependency-review-action from 4.3.4 to 4.3.5 #908

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