From 8c80eef66b06bdf73def9df2bde226b1f49cb07e Mon Sep 17 00:00:00 2001 From: Zabuzard Date: Mon, 18 Aug 2025 11:46:08 +0200 Subject: [PATCH] Apparently GitHubs CodeQL requires it to be .yml not .yaml (sigh) --- .github/workflows/{code-analysis.yaml => code-analysis.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{code-analysis.yaml => code-analysis.yml} (100%) diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yml similarity index 100% rename from .github/workflows/code-analysis.yaml rename to .github/workflows/code-analysis.yml