summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-02 02:10:55 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-02 02:19:14 +0530
commit7934676c5fd6511224298d9a8c2f840a3d361740 (patch)
treef46568c9594ff4955c9325a073c42606f990a1da /.github
parent40a9b097e09f31aef75615cd5be58da38a3afe85 (diff)
fix: workflows - codeql only works with specific config filenamefix-codeql
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml (renamed from .github/workflows/quality.yml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c01fbac5..989ab5cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
jobs:
quality:
- uses: ./.github/workflows/quality.yml
+ uses: ./.github/workflows/codeql-analysis.yml
test:
uses: ./.github/workflows/test.yml
needs: [quality]
diff --git a/.github/workflows/quality.yml b/.github/workflows/codeql-analysis.yml
index 6d0df601..6d0df601 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/codeql-analysis.yml