This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an automatically generated file, please do not edit! | ||
# If you want to make any changes see: https://github.com/moonpay/ghsec | ||
name: CodeQL | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- test/** | ||
- tests/** | ||
- '**/*.test.ts' | ||
- '**/*.md' | ||
- '**/*.txt' | ||
pull_request: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- test/** | ||
- tests/** | ||
- '**/*.test.ts' | ||
- '**/*.md' | ||
- '**/*.txt' | ||
schedule: | ||
- cron: 45 2 * * 3 | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
analyze: | ||
if: ${{ github.actor != 'renovate[bot]' }} | ||
uses: moonpay/ghsec/.github/workflows/codeql-analysis-shared.yml@v1.0.0 | ||
Check failure on line 35 in .github/workflows/codeql-analysis.yml GitHub Actions / .github/workflows/codeql-analysis.ymlInvalid workflow file
|
||
secrets: inherit |