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 bf7174f commit 5e5f7b7Copy full SHA for 5e5f7b7
.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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
+ uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
+ uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
99
100
category: "/language:${{matrix.language}}"
0 commit comments