Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 2… #188

chore(deps): bump the minor-and-patch group across 1 directory with 2…

chore(deps): bump the minor-and-patch group across 1 directory with 2… #188

Workflow file for this run

name: CodeQL
# Local CodeQL workflow that pins our custom config (path exclusions
# for test/example/bench/fuzz fixtures). The reusable
# `security.yml@main` workflow also runs CodeQL but doesn't yet accept
# a `config-file` input — when that lands upstream this file can be
# retired in favour of a single shared invocation.
on:
push:
branches: [main, feat/**]
pull_request:
schedule:
# Weekly Monday 04:00 UTC — catches advisory-db / query updates.
- cron: "0 4 * * 1"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
security-events: write
contents: read
actions: read
strategy:
fail-fast: false
matrix:
language: [rust, actions]
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
config-file: .github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
- name: Perform analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:${{ matrix.language }}"