1 parent 5781052 commit f30d8f1Copy full SHA for f30d8f1
1 file changed
.github/workflows/codeql.yml
@@ -63,7 +63,7 @@ jobs:
63
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
66
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
67
with:
68
languages: javascript-typescript
69
build-mode: none
@@ -82,6 +82,6 @@ jobs:
82
- "**/*_pb.d.ts"
83
84
- name: Perform CodeQL Analysis
85
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
86
87
category: "/language:${{matrix.language}}"
0 commit comments