From 0c5855b246ef721b890b735dca15688e19f14a45 Mon Sep 17 00:00:00 2001 From: Alex Ayers Date: Tue, 3 Mar 2026 20:34:09 -0500 Subject: [PATCH] pipeline fixes --- .github/workflows/codeql.yml | 41 ----------------------------------- .github/workflows/publish.yml | 2 ++ 2 files changed, 2 insertions(+), 41 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 9ca647f..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: CodeQL - -on: - pull_request: - branches: [main] - paths: - - 'models/**' - - '.github/workflows/codeql.yml' - push: - branches: [main] - paths: - - 'models/**' - - '.github/workflows/codeql.yml' - -permissions: - contents: read - security-events: write - actions: read - -jobs: - analyze: - name: Analyze (python) - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: python - queries: security-and-quality - - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - upload: never diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95fcb89..e87c32d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,6 +58,8 @@ jobs: suffix: ${{ steps.channel.outputs.suffix }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: dorny/paths-filter@v3 id: filter