Skip to content

Commit

Permalink
github/workflows: run CodeQL job on Arch Linux
Browse files Browse the repository at this point in the history
Hopefully this will fix the unrecognized compiler flag issues.
  • Loading branch information
matheusmoreira committed Sep 18, 2024
1 parent 29bb2f1 commit 3cad3f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@ jobs:
analyze:
name: CodeQL analysis
runs-on: ubuntu-latest
container: archlinux:base-devel

permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3cad3f1

Please sign in to comment.