Skip to content

Commit

Permalink
ci: fix CodeQL security scans
Browse files Browse the repository at this point in the history
- Moved the file to the correct directory
- Pinned the runner version to Ubuntu 20.04

Fixes #1836

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 14, 2022
1 parent 2fdee4f commit c7ef800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down

0 comments on commit c7ef800

Please sign in to comment.