Skip to content

chore(ci)(deps): bump the actions-all group across 1 directory with 7 updates #53

chore(ci)(deps): bump the actions-all group across 1 directory with 7 updates

chore(ci)(deps): bump the actions-all group across 1 directory with 7 updates #53

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly: Monday 04:27 UTC. Off-hours, off-peak.
- cron: "27 4 * * 1"
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
matrix:
include:
# Go is compiled — autobuild is correct here. `none` mode would skip analysis.
- language: go
build-mode: autobuild
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
cache: true
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# security-and-quality is the strictest query suite — appropriate
# for a security-relevant project (mention sanitization).
queries: security-and-quality
- uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:${{ matrix.language }}"