Skip to content

chore(deps-dev): bump globals from 15.13.0 to 15.14.0 #87

chore(deps-dev): bump globals from 15.13.0 to 15.14.0

chore(deps-dev): bump globals from 15.13.0 to 15.14.0 #87

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- docs/**
schedule:
- cron: 0 5 * * 1 # Run every monday at 5 UTC
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9