diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 753badac2..6d43fdf6e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,16 +7,20 @@ on: branches: - 'master' - 'v[0-9].*' + - '202411_otn' + - '202411_otn_pipeline' pull_request_target: branches: - 'master' - 'v[0-9].*' + - '202411_otn' + - '202411_otn_pipeline' workflow_dispatch: jobs: analyze: name: Analyze - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 permissions: actions: read contents: read diff --git a/experimental/saiexperimentalotnoa.h b/experimental/saiexperimentalotnoa.h index 1cec8586b..8218444e3 100644 --- a/experimental/saiexperimentalotnoa.h +++ b/experimental/saiexperimentalotnoa.h @@ -401,6 +401,6 @@ typedef struct _sai_otn_oa_api_t } sai_otn_oa_api_t; /** - * @} + * @}testgroup SAIEXPERIMENTALOTNOA */ #endif /** __SAIEXPERIMENTALOTNOA_H_ */