Skip to content

Merge pull request #17 from TheQmaks/agent/update-remaining-actions #1

Merge pull request #17 from TheQmaks/agent/update-remaining-actions

Merge pull request #17 from TheQmaks/agent/update-remaining-actions #1

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- master
schedule:
- cron: "37 4 * * 3"
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-22.04
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
language:
- python
- javascript-typescript
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Analyze
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
with:
category: /language:${{ matrix.language }}