comparison .github/workflows/codeql-analysis.yaml @ 30657:ffed0ae35eda stable

GitHub-CI (CodeQL, windows): Pin to windows-2019. * .github/workflows/codeql-analysis.yaml (windows): "windows-latest" will switch to windows-2022 shortly which isn't supported by CodeQL currently. Pin to "windows-2019" in the meantime. See: https://github.com/actions/virtual-environments/issues/4856
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 21 Jan 2022 15:23:02 +0100
parents d162766886ce
children 0ffe2f9a19f3
comparison
equal deleted inserted replaced
30655:ac74380e9d46 30657:ffed0ae35eda
66 uses: github/codeql-action/analyze@v1 66 uses: github/codeql-action/analyze@v1
67 67
68 68
69 windows: 69 windows:
70 name: CodeQL analysis (Windows) 70 name: CodeQL analysis (Windows)
71 runs-on: windows-latest 71 runs-on: windows-2019
72 72
73 defaults: 73 defaults:
74 run: 74 run:
75 # Use MSYS2 as default shell 75 # Use MSYS2 as default shell
76 shell: msys2 {0} 76 shell: msys2 {0}