Skip to content

chore(deps): bump hono from 4.12.5 to 4.12.7 in the npm_and_yarn group across 1 directory #95

chore(deps): bump hono from 4.12.5 to 4.12.7 in the npm_and_yarn group across 1 directory

chore(deps): bump hono from 4.12.5 to 4.12.7 in the npm_and_yarn group across 1 directory #95

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 4 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- uses: actions/setup-node@v4
with:
node-version: 22.14.0
cache: npm
- run: npm ci
- run: npm run build
- uses: github/codeql-action/analyze@v4