Skip to content

Commit

Permalink
[CHORE] fedora codeql yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Nov 19, 2024
1 parent a9c07c8 commit 5debdda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 5debdda

Please sign in to comment.