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 16d4d65 commit 59e6f84Copy full SHA for 59e6f84
.github/workflows/codeql.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Initializes the CodeQL tools for scanning.
70
- name: Initialize CodeQL
71
- uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
+ uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
72
with:
73
languages: ${{ matrix.language }}
74
build-mode: ${{ matrix.build-mode }}
@@ -96,6 +96,6 @@ jobs:
96
exit 1
97
98
- name: Perform CodeQL Analysis
99
- uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
+ uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
100
101
category: "/language:${{matrix.language}}"
0 commit comments