Skip to content

Merge pull request #11 from LedgerHQ/tdj/apex_support #208

Merge pull request #11 from LedgerHQ/tdj/apex_support

Merge pull request #11 from LedgerHQ/tdj/apex_support #208

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
# Excluded path: add the paths you want to ignore instead of deleting the workflow
paths-ignore:
- '.github/workflows/*.yml'
- 'tests/*'
jobs:
analyse:

Check failure on line 17 in .github/workflows/codeql_checks.yml

View workflow run for this annotation

GitHub Actions / CodeQL

Invalid workflow file

The workflow is not valid. .github/workflows/codeql_checks.yml (Line: 17, Col: 3): Error calling workflow 'LedgerHQ/ledger-app-workflows/.github/workflows/reusable_codeql_checks.yml@v1'. The workflow is requesting 'security-events: write', but is only allowed 'security-events: none'.
name: Call Ledger CodeQL analysis
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_codeql_checks.yml@v1
secrets: inherit