1
0
Fork 0
mirror of synced 2026-06-05 17:15:14 +00:00
configure-aws-credentials/.github/workflows/codeql-analysis.yml
Workflow config file is invalid. Please check your config file: Line: 20 Column 5: Failed to match job-factory: Line: 20 Column 5: Expected a mapping got sequence Line: 20 Column 5: Failed to match workflow-job: Line: 20 Column 5: Expected a mapping got sequence Forgejo Actions YAML Schema validation error
2022-10-15 19:04:39 -07:00

27 lines
560 B
YAML

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initalize CodeQL
uses: github/codeql-actions/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2