Skip to content

Commit d97dfe3

Browse files
committed
chore(workflows): update lint and CodeQL workflows for dependency management
1 parent 7496219 commit d97dfe3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- '**/node_modules/**'
4444
4545
- name: Install Dependencies
46-
run: bun install --frozen-lockfile
46+
run: bun install
4747

4848
- name: Perform CodeQL Analysis
4949
uses: github/codeql-action/analyze@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: bunx syncpack list-mismatches
2525

2626
- name: Biome Check
27-
run: bunx @biomejs/biome ci .
27+
run: bunx @biomejs/biome ci .

0 commit comments

Comments
 (0)