Skip to content

ci: Add GitHub Actions workflows and Dependabot config #5

ci: Add GitHub Actions workflows and Dependabot config

ci: Add GitHub Actions workflows and Dependabot config #5

Workflow file for this run

name: CodeQL

Check failure on line 1 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

(Line: 6, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches: [main]
branches-ignore: [dependabot/**]
pull_request:
branches: ['**']
schedule:
- cron: '0 14 * * 6'
permissions: {}
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
with:
distribution: temurin
java-version: '17'
- uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
with:
languages: java-kotlin
- uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
- uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7