We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7757fd + a7ea368 commit 25434deCopy full SHA for 25434de
1 file changed
.github/workflows/codeql.yml
@@ -35,12 +35,12 @@ jobs:
35
node-version: ${{ env.NODE_VERSION }}
36
-
37
name: Initialize CodeQL
38
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
39
with:
40
languages: javascript-typescript
41
build-mode: none
42
43
name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
45
46
category: "/language:javascript-typescript"
0 commit comments