From 5debdda57c3aad2bccaece35b52f54df24a05621 Mon Sep 17 00:00:00 2001 From: nots1dd Date: Tue, 19 Nov 2024 20:17:30 +0530 Subject: [PATCH] [CHORE] fedora codeql yml fix --- .github/workflows/codeql-fedora.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-fedora.yml b/.github/workflows/codeql-fedora.yml index 714adb1..042d592 100644 --- a/.github/workflows/codeql-fedora.yml +++ b/.github/workflows/codeql-fedora.yml @@ -23,7 +23,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up Docker environment for Fedora + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + + - name: CodeQL Analysis in Fedora (Docker) run: | docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace fedora:latest bash -c " dnf update -y &&