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