From 83810f71b0447d255bc04e3e2fb040d1b343b4c5 Mon Sep 17 00:00:00 2001 From: "octoherd-stoe[bot]" <121860383+octoherd-stoe[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:49:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Delete=20CodeQL=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql.yml | 35 ----------------------------------- 1 file changed, 35 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 1c31bae..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: codeql - -on: - pull_request: - push: - branches-ignore: - - main - -jobs: - codeql: - runs-on: ubuntu-latest - - concurrency: - group: codeql-${{ github.ref }} - cancel-in-progress: true - - permissions: - actions: read - contents: read - security-events: write - - env: - CI: true - LGTM_INDEX_FILTERS: "exclude:dist/*" - - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - - uses: github/codeql-action/init@81644f35ff20aa6b0e7b936f0e8716419ba7d295 - with: - languages: go - - - uses: github/codeql-action/autobuild@81644f35ff20aa6b0e7b936f0e8716419ba7d295 - - - uses: github/codeql-action/analyze@81644f35ff20aa6b0e7b936f0e8716419ba7d295