We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4cade commit e5271adCopy full SHA for e5271ad
.github/workflows/codeql-analysis.yml
@@ -82,8 +82,10 @@ jobs:
82
# Prefix the list here with "+" to use these queries and those in the config file.
83
# queries: ./path/to/local/query, your-org/your-repo/queries@main
84
85
- - name: Install latest CMake.
86
- uses: lukka/get-cmake@latest
+ # Install latest CMake.
+ - uses: lukka/get-cmake@latest
87
+ with:
88
+ cmakeVersion: 3.29.4
89
90
- name: cache ccache
91
uses: actions/cache@v4
.github/workflows/coverage-docs.yml
@@ -55,6 +55,8 @@ jobs:
55
56
# Install latest CMake.
57
58
59
60
61
62
0 commit comments