0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-05 23:46:20 +01:00
Bootstrap/.github/workflows/codeql.yml

38 lines
717 B
YAML
Raw Normal View History

name: "CodeQL"
2020-04-29 16:13:32 +02:00
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/**"
2020-04-29 16:13:32 +02:00
schedule:
- cron: "0 2 * * 5"
2020-04-29 16:13:32 +02:00
jobs:
analyze:
name: Analyze
2020-04-29 16:13:32 +02:00
runs-on: ubuntu-latest
2021-09-14 08:07:59 +02:00
permissions:
actions: read
contents: read
security-events: write
2020-04-29 16:13:32 +02:00
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: "javascript"
2020-04-29 16:13:32 +02:00
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1