Skip to content

build(deps): Bump googleapis/release-please-action from 4 to 5 in the actions group #747

build(deps): Bump googleapis/release-please-action from 4 to 5 in the actions group

build(deps): Bump googleapis/release-please-action from 4 to 5 in the actions group #747

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
schedule:
- cron: "0 6 * * 1"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4