ci: update codeql

This commit is contained in:
dec0dOS 2021-06-11 15:32:26 +03:00
parent b03d8c430d
commit ea538d9a08

View file

@ -1,13 +1,13 @@
name: "CodeQL"
name: CodeQL
on:
push:
branches: [ main ]
tags:
- "v*.*.*"
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [main]
schedule:
- cron: '27 2 * * 4'
- cron: "27 2 * * 4"
jobs:
analyze:
@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: ["javascript"]
steps:
- name: Checkout repository