Skip to content

Commit 4cdd3e6

Browse files
chore(deps): update github/codeql-action digest to c10b806
1 parent 6c78101 commit 4cdd3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
cache: npm
4242

4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
44+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
4545
with:
4646
languages: ${{ matrix.language }}
4747

4848
- name: Build
4949
run: npm ci
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
52+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
5353
with:
5454
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)