diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 70c92b119..83a77d03f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,14 +11,15 @@ # name: "CodeQL" -on: - push: - branches: ["main"] - pull_request: +#disable for now +#on: +# push: +# branches: ["main"] +# pull_request: # The branches below must be a subset of the branches above - branches: ["main"] - schedule: - - cron: "0 0 * * 1" +# branches: ["main"] +# schedule: +# - cron: "0 0 * * 1" permissions: contents: read @@ -35,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - language: ["java", "javascript", "python"] + language: ["java"] # CodeQL supports [ $supported-codeql-languages ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support