Skip to content

chore(deps): bump the github-actions group with 2 updates (#42) #74

chore(deps): bump the github-actions group with 2 updates (#42)

chore(deps): bump the github-actions group with 2 updates (#42) #74

Workflow file for this run

name: CodeQL
# Required check on main (ruleset 20694555). Unlike Fuzz Smoke, which is
# deliberately advisory because a fuzz timeout is infra noise, CodeQL is
# deterministic — a finding here is a finding, so it gates.
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly, so a newly published query catches an old line of code. Findings
# arrive without anyone having to push.
- cron: '17 4 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
# security-events: write is what lets the run publish findings to the
# repository's Security tab. Nothing else here needs elevation.
security-events: write
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
cache: true
- uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
languages: go
queries: security-and-quality
- uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
category: /language:go