twbs--bootstrap/.github/workflows/codeql.yml

39 lines
738 B
YAML
Raw Normal View History

name: "CodeQL"
on:
push:
branches:
- main
- v4-dev
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- v4-dev
- "!dependabot/**"
schedule:
- cron: "0 2 * * 5"
2021-12-02 21:02:11 +00:00
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
2021-09-14 06:07:59 +00:00
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2