Skip to content

Bump github.com/spf13/cobra from 1.8.1 to 1.9.0 in the go group #22

Bump github.com/spf13/cobra from 1.8.1 to 1.9.0 in the go group

Bump github.com/spf13/cobra from 1.8.1 to 1.9.0 in the go group #22

Workflow file for this run

name: "Code scanning"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "26 14 * * 2"
jobs:
gosec:
permissions:
# Required to upload SARIF files
security-events: write
# for actions/checkout to fetch code
contents: read
# call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/code-scan.yml@main
secrets: inherit