Skip to content

chore(deps)(deps): bump the go-minor-patch group across 1 directory with 3 updates #55

chore(deps)(deps): bump the go-minor-patch group across 1 directory with 3 updates

chore(deps)(deps): bump the go-minor-patch group across 1 directory with 3 updates #55

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
cache: true
- uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
category: "/language:${{ matrix.language }}"