VueTorrent/.github/workflows/codeql-analysis.yml

31 lines
626 B
YAML
Raw Normal View History

name: 'CodeQL'
2021-02-18 23:48:45 +03:00
on:
schedule:
- cron: '0 0 * * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript']
2021-02-18 23:48:45 +03:00
steps:
- name: Checkout repository
uses: actions/checkout@v3
2021-02-18 23:48:45 +03:00
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
2021-02-18 23:48:45 +03:00
- name: Autobuild
uses: github/codeql-action/autobuild@v2
2021-02-18 23:48:45 +03:00
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2