Skip to content

Commit

Permalink
Bump CodeQL action versions
Browse files Browse the repository at this point in the history
Also move to Ubuntu 22.04 builds on github to match travis
  • Loading branch information
tomflynn committed Mar 2, 2024
1 parent dcbdf31 commit 504231b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
CodeQL-Build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
queries: security-and-quality
languages: cpp
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
popd
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 504231b

Please sign in to comment.