Skip to content

Commit

Permalink
Disable Codacy Analysis, until project is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
VenomVendor committed Jun 22, 2024
1 parent f30f3fc commit 934ae8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Code Quality"
name: "CodeQL"

on:
push:
Expand All @@ -15,6 +15,7 @@ jobs:
codacy-security-scan:
name: Codacy Security Scan
runs-on: ubuntu-latest
if: ${{ false }}
permissions:
contents: read
security-events: write
Expand Down

0 comments on commit 934ae8b

Please sign in to comment.