Files
web/.github/workflows/codeql.yml
Christian König 35c982b655 Set all actions to latest
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-02 21:29:06 +02:00

36 lines
734 B
YAML

name: "CodeQL"
on:
push:
branches:
- master
- devel
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- devel
schedule:
- cron: "0 0 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2