ci: remove codeql
Some checks failed
Continuous Integration / GitHub Actions Test (push) Successful in 23s
Continuous Integration / TypeScript Tests (push) Successful in 10m1s
Check Transpiled JavaScript / Check dist/ (push) Successful in 11m44s
Lint Codebase / Lint Codebase (push) Failing after 13m13s

This commit is contained in:
2024-11-05 23:19:30 +13:00
parent 42fb744b4f
commit 1e28f77086
2 changed files with 1 additions and 49 deletions

View File

@@ -66,7 +66,7 @@ jobs:
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
name: Upload Artifact
id: upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/

View File

@@ -1,48 +0,0 @@
name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '31 7 * * 3'
permissions:
actions: read
checks: write
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- TypeScript
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
id: initialize
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
source-root: src
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@v3