From 348f9eea9f84353ab369f3ba03bb41aeac486f45 Mon Sep 17 00:00:00 2001 From: meteor256 Date: Sat, 27 Jun 2026 22:42:40 +0300 Subject: [PATCH] Added codeql --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7a9705..122a53b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,19 @@ jobs: fi echo "✅ Нет находок уровня ERROR." + codeql: + runs-on: ubuntu-latest + permissions: + security-events: write + contents: read + steps: + - uses: actions/checkout@v4 + - uses: github/codeql-action/init@v3 + with: + languages: go + - uses: github/codeql-action/autobuild@v3 + - uses: github/codeql-action/analyze@v3 + test: runs-on: ubuntu-latest steps: