Skip to content

build(deps): bump the typescript-dependencies group across 1 directory with 16 updates #462

build(deps): bump the typescript-dependencies group across 1 directory with 16 updates

build(deps): bump the typescript-dependencies group across 1 directory with 16 updates #462

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "17 3 * * 1"
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
if: github.event.repository.visibility == 'public'
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [go, javascript-typescript]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Analyze
uses: github/codeql-action/analyze@v3