There was an error while loading. Please reload this page.
1 parent 6f87dfd commit 4f52504Copy full SHA for 4f52504
1 file changed
.github/workflows/codeql.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@v4
+ uses: github/codeql-action/init@v4.35.2
43
# Override language selection by uncommenting this and choosing your languages
44
with:
45
languages: 'javascript-typescript'
@@ -49,4 +49,4 @@ jobs:
49
npm run all
50
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v4
+ uses: github/codeql-action/analyze@v4.35.2
0 commit comments