From 417f6b2d3346a1c06484c4f3cbbb618ecfd1b7fa Mon Sep 17 00:00:00 2001 From: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:25:38 +0100 Subject: [PATCH] Delete .github/workflows/codeql.yml --- .github/workflows/codeql.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 5ba158b46f..0000000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: CodeQL Security Analysis For Github Actions - -on: - push: - branches: ["main"] - workflow_dispatch: - # pull_request: - -jobs: - codeql: - name: CodeQL Analysis - uses: huggingface/security-workflows/.github/workflows/codeql-reusable.yml@v1 - permissions: - security-events: write - packages: read - actions: read - contents: read - with: - languages: '["actions","python"]' - queries: 'security-extended,security-and-quality' - runner: 'ubuntu-latest' #optional if need custom runner