Skip to content

ci: bump github/codeql-action from 4 to 4.37.3 in the actions group #6

ci: bump github/codeql-action from 4 to 4.37.3 in the actions group

ci: bump github/codeql-action from 4 to 4.37.3 in the actions group #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run verify
- run: npm pack --dry-run