Skip to content

chore(sentry_webhook): add basic logs to the webhook so we can debug the pipeline based on event ID #469

chore(sentry_webhook): add basic logs to the webhook so we can debug the pipeline based on event ID

chore(sentry_webhook): add basic logs to the webhook so we can debug the pipeline based on event ID #469

name: "CodeQL analysis"
on:
pull_request:
types:
- opened
- edited
- synchronize
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
queries: +security-and-quality
config-file: ./.github/codeql/config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2