mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-31 00:08:08 +01:00
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.7
This commit is contained in:
commit
dd03875ece
17
.github/workflows/codeql.yml
vendored
17
.github/workflows/codeql.yml
vendored
@ -11,14 +11,15 @@
|
|||||||
#
|
#
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
#disable for now
|
||||||
push:
|
#on:
|
||||||
branches: ["main"]
|
# push:
|
||||||
pull_request:
|
# branches: ["main"]
|
||||||
|
# pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: ["main"]
|
# branches: ["main"]
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "0 0 * * 1"
|
# - cron: "0 0 * * 1"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -35,7 +36,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: ["java", "javascript", "python"]
|
language: ["java"]
|
||||||
# CodeQL supports [ $supported-codeql-languages ]
|
# CodeQL supports [ $supported-codeql-languages ]
|
||||||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user