Skip to content

[ECP-8779] Clean-up webhooks created by E2E workflows #3483

[ECP-8779] Clean-up webhooks created by E2E workflows

[ECP-8779] Clean-up webhooks created by E2E workflows #3483

Workflow file for this run

name: "CodeQL"
on:
pull_request:
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ javascript ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"