Skip to content

chore(deps-dev): bump playwright from 1.57.0 to 1.58.2 (#1372) #833

chore(deps-dev): bump playwright from 1.57.0 to 1.58.2 (#1372)

chore(deps-dev): bump playwright from 1.57.0 to 1.58.2 (#1372) #833

name: "CodeQL"
on:
push:
branches: [main]
schedule:
- cron: "0 6 * * 1" # weekly Monday 6am UTC
jobs:
analyze:
if: github.repository_owner == 'PaloAltoNetworks'
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy:
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3
with:
languages: ${{ matrix.language }}
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3