Skip to content

Commit

Permalink
Updated code-QL workflow to use x86 runners
Browse files Browse the repository at this point in the history
CodeQL is not compatible with Linux Arm [Reference](github/codeql-action#2700)
  • Loading branch information
tellmeY18 committed Jan 23, 2025
1 parent f0bc64a commit ee2afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: "0 22 * * 0"
jobs:
CodeQL-Build:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-latest
if: github.repository == 'ohcnetwork/care_fe'
permissions:
security-events: write
Expand Down

0 comments on commit ee2afe4

Please sign in to comment.