Skip to content

chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #83

chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1

chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #83

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "00 5 * * SAT"
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2