Skip to content

chore(deps-dev): bump wrangler from 4.107.0 to 4.110.0 in the cloudflare group #122

chore(deps-dev): bump wrangler from 4.107.0 to 4.110.0 in the cloudflare group

chore(deps-dev): bump wrangler from 4.107.0 to 4.110.0 in the cloudflare group #122

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # Every Monday 06:00 UTC
permissions:
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4