Skip to content

chore: bump @playwright/test from 1.61.0 to 1.61.1 #437

chore: bump @playwright/test from 1.61.0 to 1.61.1

chore: bump @playwright/test from 1.61.0 to 1.61.1 #437

Workflow file for this run

name: "CodeQL Analysis"
on:
pull_request:
branches: ["main"]
workflow_call:
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
env:
CODEQL_ACTION_FEATURE_SANDWICH: false
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
with:
category: "/language:${{matrix.language}}"