Skip to content

Bump github/codeql-action from 3.23.1 to 3.25.0 #397

Bump github/codeql-action from 3.23.1 to 3.25.0

Bump github/codeql-action from 3.23.1 to 3.25.0 #397

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, ]
pull_request:
branches: [main]
schedule:
- cron: '0 11 * * 1'
permissions: {}
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Initialize CodeQL
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60