Skip to content

[ISSUE #6810] Fix the bug of mistakenly deleting data in clientChannelTable when the channel expires #2203

[ISSUE #6810] Fix the bug of mistakenly deleting data in clientChannelTable when the channel expires

[ISSUE #6810] Fix the bug of mistakenly deleting data in clientChannelTable when the channel expires #2203

name: CodeQL Analysis
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2