Skip to content

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2 #3239

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2 #3239

name: "CodeQL"
on:
pull_request:
branches:
- main
- v*
schedule:
- cron: '24 18 * * *' # daily at 18:24 UTC
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
language:
- 'go'
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4