Skip to content

chore(ci): bump release-helm-chart.yaml action to fix signing issue #6

chore(ci): bump release-helm-chart.yaml action to fix signing issue

chore(ci): bump release-helm-chart.yaml action to fix signing issue #6

name: CodeQL Actions
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
pull_request:
branches:
- main
paths:
- '.github/workflows/**'
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-actions.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
secrets: inherit