10000 Bump @types/jest from 29.5.14 to 30.0.0 · wimpyprogrammer/regex-to-strings@bf0742b · GitHub
[go: up one dir, main page]

Skip to content

Bump @types/jest from 29.5.14 to 30.0.0 #578

Bump @types/jest from 29.5.14 to 30.0.0

Bump @types/jest from 29.5.14 to 30.0.0 #578

Workflow file for this run

name: Security Scan
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
# 10:17 on Fridays
- cron: '17 10 * * 5'
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
0