We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415575d commit 6319613Copy full SHA for 6319613
.github/workflows/codeql-analysis.yml
@@ -67,7 +67,7 @@ jobs:
67
68
# Initializes the CodeQL tools for scanning.
69
- name: Initialize CodeQL
70
- uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4
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@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
+ uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4
99
100
category: "/language:${{matrix.language}}"
0 commit comments