Skip to content

fix: update glob to v10.5.0 to resolve CVE-2025-64756 (#910) #1435

fix: update glob to v10.5.0 to resolve CVE-2025-64756 (#910)

fix: update glob to v10.5.0 to resolve CVE-2025-64756 (#910) #1435

Workflow file for this run

name: Check project
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
merge_group:
types:
- checks_requested
jobs:
check-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test
- name: Build packages
run: yarn lerna run prepare