Skip to content

Bump github/codeql-action from 3.23.1 to 3.24.3 #379

Bump github/codeql-action from 3.23.1 to 3.24.3

Bump github/codeql-action from 3.23.1 to 3.24.3 #379

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@379614612a29c9e28f31f39a59013eb8012a51f0
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0