Skip to content

chore(deps-dev): bump @playwright/test from 1.60.0 to 1.61.1 in /reliable-task-console #46

chore(deps-dev): bump @playwright/test from 1.60.0 to 1.61.1 in /reliable-task-console

chore(deps-dev): bump @playwright/test from 1.60.0 to 1.61.1 in /reliable-task-console #46

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "23 3 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
analyze-java:
name: Analyze Java
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: java-kotlin
build-mode: none
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
analyze-javascript:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4