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 031e6e1 commit 7f33745Copy full SHA for 7f33745
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
42
with:
43
languages: ${{ matrix.language }}
44
build-mode: ${{ matrix.build-mode }}
@@ -49,6 +49,6 @@ jobs:
49
run: node .github/scripts/libmongocrypt.mjs
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
53
54
category: "/language:${{matrix.language}}"
0 commit comments