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.
2 parents 28d83c9 + 708cbf3 commit e2f947dCopy full SHA for e2f947d
.github/workflows/codeql.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Initializes the CodeQL tools for scanning.
58
- name: Initialize CodeQL
59
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
60
with:
61
languages: ${{ matrix.language }}
62
build-mode: ${{ matrix.build-mode }}
@@ -84,6 +84,6 @@ jobs:
84
exit 1
85
86
- name: Perform CodeQL Analysis
87
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
88
89
category: "/language:${{matrix.language}}"
0 commit comments