Skip to content

Commit 2ac9400

Browse files
authored
Update codeql.yml
1 parent a2cad73 commit 2ac9400

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
with:
3535
node-version: 22
3636

37-
- name: Install dependencies
38-
run: pnpm install
37+
- name: Install pnpm
38+
run: npm install -g pnpm
39+
40+
- name: Install dependencies with pnpm
41+
run: pnpm install --frozen-lockfile
3942

4043
- name: Initialize CodeQL
4144
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)