From 1fa858dcf4c4e7b572316705d70c08545abae7ff Mon Sep 17 00:00:00 2001 From: sudoforge Date: Tue, 23 Jul 2024 00:52:36 -0700 Subject: fix: move codeql into an independent workflow This seems to be necessary in order to support the advanced configuration. Change-Id: Ia5303123b3dcc22f77cdde4d514b484f29c60ca6 --- .github/workflows/lint.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2a643989..6b6434d2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,17 +35,6 @@ jobs: - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: go, javascript - - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - spelling: runs-on: ubuntu-latest steps: -- cgit