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 94b333f commit 6141429Copy full SHA for 6141429
1 file changed
.github/workflows/codeql.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@v4.36.2
+ uses: github/codeql-action/init@v4.36.3
56
with:
57
languages: ${{ matrix.language }}
58
build-mode: ${{ matrix.build-mode }}
@@ -67,6 +67,6 @@ jobs:
67
exit 1
68
69
- name: Perform CodeQL Analysis
70
- uses: github/codeql-action/analyze@v4.36.2
+ uses: github/codeql-action/analyze@v4.36.3
71
72
category: "/language:${{matrix.language}}"
0 commit comments