feat(ci): disable lint workflows

This hasn't brought much value but eats up too much CI time
This commit is contained in:
Harsh Shandilya 2022-12-11 18:08:45 +05:30
parent 943b9bd091
commit 6a41b966c5
No known key found for this signature in database
2 changed files with 0 additions and 0 deletions

View file

@ -1,30 +0,0 @@
name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "20 3 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- name: Initialize CodeQL
uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
with:
category: "/language:java"