From ceb095e23d287bc2cc40eab063bf2da0ecb9f298 Mon Sep 17 00:00:00 2001 From: xpectomas <103617578+xpectomas@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:58:57 +0800 Subject: [PATCH 1/2] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 190a896047..f05309ef14 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,6 +48,8 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false + ref: '1.9' + fetch-depth: 0 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.m2/repository @@ -60,6 +62,10 @@ jobs: uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # 3.25.11 with: languages: ${{ matrix.language }} + config: | + disable-default-queries: true + queries: + - uses: security-extended # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. From b0aac2078e038975962ab8f7a36cebac7f14e9ba Mon Sep 17 00:00:00 2001 From: xpectomas <103617578+xpectomas@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:00:11 +0800 Subject: [PATCH 2/2] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f05309ef14..0c926813b6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - ref: '1.9' + ref: 'rel/commons-text-1.9' fetch-depth: 0 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: