We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9b5c2 commit ee17050Copy full SHA for ee17050
.github/workflows/codeql.yaml
@@ -21,7 +21,7 @@ jobs:
21
contents: read
22
security-events: write
23
container:
24
- image: ghcr.io/void-linux/void-glibc-full:20230830r1
+ image: ghcr.io/void-linux/void-glibc-full:20240526R1
25
steps:
26
- name: Prepare container
27
run: |
@@ -46,6 +46,6 @@ jobs:
46
ls -l /__t/CodeQL/2.20.0/x64/codeql/tools/linux64
47
libtree /__t/CodeQL/2.20.0/x64/codeql/tools/linux64/*.so
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
50
with:
51
category: "/language:cpp"
0 commit comments