Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-04-20 01:38:15 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-04-20 01:38:15 +0300
commit59e98592251cac1dedb93905cb368a3ba93ad19c (patch)
treee03fe2eebce73fb3e7c1c4f54c3009170a862458
parent4e5f144def6eb02a798c5afafb98c67ab3ae51b2 (diff)
Enable CodeQL file coverage on PRs
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index d00ae047..7664fddb 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -10,6 +10,8 @@ jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ env:
+ CODEQL_ACTION_FILE_COVERAGE_ON_PRS: true
permissions:
security-events: write
packages: read