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 025213b commit a8d7882Copy full SHA for a8d7882
.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
71
72
# Initializes the CodeQL tools for scanning.
73
- name: Initialize CodeQL
74
- uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
+ uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
75
with:
76
config-file: ./.github/codeql/codeql-config.yml
77
languages: ${{ matrix.language }}
@@ -100,6 +100,6 @@ jobs:
100
exit 1
101
102
- name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
+ uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
104
105
category: '/language:${{matrix.language}}'
0 commit comments