Skip to content

Commit ee17050

Browse files
committed
tmp
1 parent ba9b5c2 commit ee17050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
security-events: write
2323
container:
24-
image: ghcr.io/void-linux/void-glibc-full:20230830r1
24+
image: ghcr.io/void-linux/void-glibc-full:20240526R1
2525
steps:
2626
- name: Prepare container
2727
run: |
@@ -46,6 +46,6 @@ jobs:
4646
ls -l /__t/CodeQL/2.20.0/x64/codeql/tools/linux64
4747
libtree /__t/CodeQL/2.20.0/x64/codeql/tools/linux64/*.so
4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v2
49+
uses: github/codeql-action/analyze@v3
5050
with:
5151
category: "/language:cpp"

0 commit comments

Comments
 (0)