mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
(gh action): Update CodeQL workflow file
This commit is contained in:
parent
32c5bac6cc
commit
22599a9bdc
14
.github/workflows/codeql-analysis.yml
vendored
14
.github/workflows/codeql-analysis.yml
vendored
@ -2,12 +2,18 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- ui/build
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- ui/build
|
||||
schedule:
|
||||
- cron: '24 0 * * 6'
|
||||
- cron: "24 0 * * 6"
|
||||
paths-ignore:
|
||||
- ui/build
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@ -17,7 +23,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'go', 'javascript' ]
|
||||
language: ["go", "javascript"]
|
||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||
# Learn more:
|
||||
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
||||
|
Loading…
Reference in New Issue
Block a user