Skip to content

Commit

Permalink
Merge pull request #434 from eseiler/infra/codeql
Browse files Browse the repository at this point in the history
[INFRA] Try codeql in container
  • Loading branch information
eseiler authored Sep 12, 2024
2 parents 7272150 + 31d3fa4 commit a2b8ab7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

env:
SHARG_NO_VERSION_CHECK: 1
CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES: false
TZ: Europe/Berlin

defaults:
Expand All @@ -27,6 +28,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
security-events: write
container:
image: ghcr.io/seqan/gcc-14
volumes:
- /home/runner:/home/runner
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a2b8ab7

Please sign in to comment.