Skip to content

chore(deps): bump the kubernetes group with 3 updates (#103) #11

chore(deps): bump the kubernetes group with 3 updates (#103)

chore(deps): bump the kubernetes group with 3 updates (#103) #11

Workflow file for this run

name: CodeQL Go
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
paths:
- '**/*.go'
- go.mod
- go.sum
- '.github/workflows/codeql-go.yaml'
pull_request:
branches:
- main
paths:
- '**/*.go'
- go.mod
- go.sum
- '.github/workflows/codeql-go.yaml'
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
analyze:
permissions:
actions: read
contents: read
security-events: write
uses: upcloud-tools/gha-actions/.github/workflows/codeql-go.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
secrets: inherit