diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ad92cf..9aebb81 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @Coding-Autopilot-System/core +/.github/ @Coding-Autopilot-System/core diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 691c373..093caca 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,6 +4,9 @@ on: branches: [ "main", "master" ] pull_request: branches: [ "main", "master" ] +permissions: + contents: read + jobs: analyze: name: Analyze