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 090316e commit 1be4585Copy full SHA for 1be4585
.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@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
+ uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
40
with:
41
languages: ${{ matrix.language }}
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2
+ uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
0 commit comments