Skip to content

Commit f648714

Browse files
committed
GitHub-CI (CodeQL, windows): Use windows-latest runner image.
* .github/workflows/codeql-analysis.yaml (windows): "windows-2019" has been deprecated and dropped. Use the "windows-latest" image again. This essentially reverts ffed0ae35eda. Also add a workflow dispatch trigger to be able to run the workflow on demand. See: actions/runner-images#12045
1 parent 73fc092 commit f648714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
# Run job every Monday and Thursday at 16:30 UTC
66
- cron: '30 16 * * 1,4'
7+
workflow_dispatch:
78

89
jobs:
910
ubuntu:
@@ -68,7 +69,7 @@ jobs:
6869

6970
windows:
7071
name: CodeQL analysis (Windows)
71-
runs-on: windows-2019
72+
runs-on: windows-latest
7273

7374
defaults:
7475
run:

0 commit comments

Comments
 (0)