Skip to content

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

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

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

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
cache: true
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
category: "/language:${{ matrix.language }}"