From ea2e830e08b7cd8ab1d96c4fd33d60dc30961a16 Mon Sep 17 00:00:00 2001 From: Francesco Cheinasso Date: Sun, 12 Nov 2023 16:35:31 +0000 Subject: [PATCH] Remove old CodeQL action --- .github/workflows/codeql-analysis.yml | 36 --------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 390018c8d1..0000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: "CodeQL" - -on: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '0 2 * * *' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'go' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2