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 2665632 commit aacbec9Copy full SHA for aacbec9
.github/workflows/codeql.yml
@@ -67,7 +67,7 @@ jobs:
67
68
# Initializes the CodeQL tools for scanning.
69
- name: Initialize CodeQL
70
- uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
71
with:
72
languages: ${{ matrix.language }}
73
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
95
exit 1
96
97
- name: Perform CodeQL Analysis
98
- uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
99
100
category: "/language:${{matrix.language}}"
0 commit comments