Skip to content

chore(deps-dev): bump puppeteer from 23.10.4 to 23.11.0 in the minor group #1532

chore(deps-dev): bump puppeteer from 23.10.4 to 23.11.0 in the minor group

chore(deps-dev): bump puppeteer from 23.10.4 to 23.11.0 in the minor group #1532

Workflow file for this run

name: "CodeQL"
on:
pull_request:
schedule:
- cron: '35 10 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- 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