diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a24c909abc9..bdfaa799cad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -826,7 +826,6 @@ embed.go @grafana/grafana-as-code /.github/workflows/pr-e2e-tests.yml @grafana/grafana-developer-enablement-squad /.github/workflows/run-e2e-suite.yml @grafana/grafana-developer-enablement-squad /.github/workflows/skye-add-to-project.yml @grafana/grafana-frontend-platform -/.github/workflows/zizmor.yml @grafana/grafana-developer-enablement-squad /.github/zizmor.yml @grafana/grafana-developer-enablement-squad # Generated files not requiring owner approval diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml deleted file mode 100644 index 7b8321cce14..00000000000 --- a/.github/workflows/zizmor.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Zizmor GitHub Actions static analysis -on: - pull_request: - push: - branches: - - main - -jobs: - zizmor: - name: Analyse with Zizmor - - permissions: - actions: read - contents: read - # required to comment on pull requests with the results of the check - pull-requests: write - # required to upload the results to GitHub's code scanning service - security-events: write - - uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@main # zizmor: ignore[unpinned-uses] - with: - fail-severity: high - min-severity: high