Skip to content

Block sending Messages to Identities which are in deletion or for which the Relationship is terminated #2836

Block sending Messages to Identities which are in deletion or for which the Relationship is terminated

Block sending Messages to Identities which are in deletion or for which the Relationship is terminated #2836

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main", "release/**"]
pull_request:
branches: ["main", "release/**"]
schedule:
- cron: "38 11 * * 5"
jobs:
analyze:
name: Analyze
runs-on: "ubuntu-latest"
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"