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 fb4a5fb commit af9a4f2Copy full SHA for af9a4f2
.github/workflows/codeql-analysis.yml
@@ -36,9 +36,9 @@ jobs:
36
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
37
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
+ uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # 2.3.3
40
with:
41
languages: ${{ matrix.language }}
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
+ uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # 2.3.3
0 commit comments