Skip to content

feat(workflows): use-workflow_call-events #1

feat(workflows): use-workflow_call-events

feat(workflows): use-workflow_call-events #1

Workflow file for this run

---
# This workflow is centrally managed in https://github.com/LizardByte/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
name: CodeQL
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call-codeql:

Check failure on line 25 in .github/workflows/_codeql.yml

View workflow run for this annotation

GitHub Actions / CodeQL

Invalid workflow file

The workflow is not valid. .github/workflows/_codeql.yml (Line: 25, Col: 3): Error calling workflow 'LizardByte/.github/.github/workflows/__call-codeql.yml@feat/workflows/use-workflow_call-events'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
name: CodeQL
uses: LizardByte/.github/.github/workflows/__call-codeql.yml@feat/workflows/use-workflow_call-events