Skip to content

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 #961

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11

build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 #961

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: { }
schedule:
- cron: "42 23 * * 5" # run friday night
permissions: { }
jobs:
analyze:
name: Analyze
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # tag=v2.11.2