Skip to content

Commit

Permalink
ci: Update to codeql-action v3
Browse files Browse the repository at this point in the history
Silences a harmless deprecation warning.
  • Loading branch information
GeorgesStavracas authored and TingPing committed Apr 28, 2024
1 parent 0752223 commit ff066e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Expand Up @@ -178,7 +178,7 @@ jobs:
steps:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
# Can't use `meson compile` here because Ubuntu 20.04 is too old
run: ninja -C _build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

valgrind:
name: Run tests in valgrind
Expand Down

0 comments on commit ff066e0

Please sign in to comment.