There was an error while loading. Please reload this page.
2 parents fed6e3c + e2717e1 commit 7e9a03aCopy full SHA for 7e9a03a
1 file changed
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@v4.37.3
+ uses: github/codeql-action/init@v4.37.4
73
with:
74
languages: ${{ matrix.language }}
75
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
98
exit 1
99
100
- name: Perform CodeQL Analysis
101
- uses: github/codeql-action/analyze@v4.37.3
+ uses: github/codeql-action/analyze@v4.37.4
102
103
category: "/language:${{matrix.language}}"
0 commit comments