There was an error while loading. Please reload this page.
2 parents 758a5ec + a7490cb commit bd36f62Copy full SHA for bd36f62
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.4
+ uses: github/codeql-action/init@v4.37.6
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.4
+ uses: github/codeql-action/analyze@v4.37.6
102
103
category: "/language:${{matrix.language}}"
0 commit comments