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 f209563 commit db6d2f4Copy full SHA for db6d2f4
.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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4
104
105
category: '/language:${{matrix.language}}'
0 commit comments