Skip to content

Commit

Permalink
CI: update CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Mar 27, 2024
1 parent b3026da commit 707967c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
container:
image: ghcr.io/void-linux/void-glibc-full:20230830r1
image: ghcr.io/void-linux/void-glibc-full:20240303R1
steps:
- name: Prepare container
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
- run: git config --global --add safe.directory $(pwd)
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yaml
Expand All @@ -43,6 +43,6 @@ jobs:
./configure
make -j
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:cpp"

0 comments on commit 707967c

Please sign in to comment.