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 f546175 commit fcacee3Copy full SHA for fcacee3
1 file changed
.github/workflows/tools_codeql.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# Initializes the CodeQL tools for scanning.
68
- name: Initialize CodeQL
69
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
70
with:
71
languages: ${{ matrix.language }}
72
build-mode: ${{ matrix.build-mode }}
@@ -94,6 +94,6 @@ jobs:
94
exit 1
95
96
- name: Perform CodeQL Analysis
97
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
98
99
category: "/language:${{matrix.language}}"
0 commit comments