Skip to content

Commit

Permalink
Merge pull request #535 from noironetworks/lmr-bump-ql
Browse files Browse the repository at this point in the history
Bump CodeQL action versions
  • Loading branch information
tbachman authored May 26, 2024
2 parents e61e8de + c72b680 commit 1519252
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 1519252

Please sign in to comment.