keycloak-regex-mapper/.forgejo/workflows/analyze.yml
Workflow config file is invalid. Please check your config file: EOF
Ryan Voots bf9403538f
Some checks are pending
build / build (push) Waiting to run
hide other workflows for now
2025-05-04 11:10:01 -04:00

32 lines
749 B
YAML

# name: analyze
#
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
# schedule:
# - cron: '24 21 * * 6'
#
# jobs:
# analyze:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# language: [ 'java' ]
# permissions:
# actions: read
# contents: read
# security-events: write
# steps:
# - name: checkout repository
# uses: actions/checkout@v2
# - name: initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: ${{ matrix.language }}
# - name: autobuild
# uses: github/codeql-action/autobuild@v1
# - name: perform CodeQL analysis
# uses: github/codeql-action/analyze@v1