Skip to content

chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 #79

chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3

chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 #79

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 4 * * 1" # Monday 4:23 UTC (12:23 AWST)
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Go)
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
with:
languages: go
build-mode: autobuild
queries: security-extended
dependency-caching: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
category: "/language:go"