diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71b1f5a..2ab5565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,19 @@ jobs: runs-on: ubuntu-slim secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + github-codeql-analysis: + if: > + github.event_name == 'push' + || github.event_name == 'pull_request' + || (github.event_name == 'workflow_dispatch' && inputs.workflow == 'lint-and-test') + permissions: + contents: read + security-events: write + actions: read + uses: dceoy/gh-actions-for-devops/.github/workflows/github-codeql-analysis.yml@main # zizmor: ignore[unpinned-uses] + with: + language: > + ["python"] dependabot-auto-merge: if: > github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' @@ -73,5 +86,7 @@ jobs: contents: write pull-requests: write actions: read + checks: read + statuses: read with: unconditional: true