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 50be745 commit 963aaa3Copy full SHA for 963aaa3
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
+ uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
28
with:
29
languages: ${{ matrix.language }}
30
queries: security-extended
@@ -39,4 +39,4 @@ jobs:
39
- run: npm run build --workspaces --if-present
40
41
- name: Perform CodeQL Analysis
42
- uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
+ uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee
0 commit comments