diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b071ebe..cbabd5a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -10,32 +10,6 @@ on: - cron: '0 2 * * 0' jobs: - codeql: - name: CodeQL Analysis - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: cpp - queries: security-extended,security-and-quality - - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - category: "/language:cpp" - dependency-review: name: Dependency Review runs-on: ubuntu-latest